- Fix tabindex order

pull/1/head
alecpl 13 years ago
parent 48e9c14ebd
commit c2ba7aba28

@ -108,9 +108,9 @@
</table> </table>
<div id="composebuttons" class="formbuttons"> <div id="composebuttons" class="formbuttons">
<roundcube:button type="input" command="send" class="button mainaction" label="sendmessage" tabindex="10" /> <roundcube:button type="input" command="send" class="button mainaction" label="sendmessage" tabindex="11" />
<roundcube:button type="input" command="savedraft" class="button" label="savemessage" tabindex="10" /> <roundcube:button type="input" command="savedraft" class="button" label="savemessage" tabindex="12" />
<roundcube:button type="input" command="list" class="button" label="cancel" tabindex="11" /> <roundcube:button type="input" command="list" class="button" label="cancel" tabindex="13" />
</div> </div>
</div> </div>
@ -126,7 +126,7 @@
<roundcube:if condition="!in_array('htmleditor', (array)config:dont_override)" /> <roundcube:if condition="!in_array('htmleditor', (array)config:dont_override)" />
<span class="composeoption"> <span class="composeoption">
<label><roundcube:label name="editortype" /> <label><roundcube:label name="editortype" />
<roundcube:object name="editorSelector" editorid="composebody" tabindex="12" /></label> <roundcube:object name="editorSelector" editorid="composebody" tabindex="14" /></label>
</span> </span>
<roundcube:endif /> <roundcube:endif />
<span class="composeoption"> <span class="composeoption">
@ -153,7 +153,7 @@
</div> </div>
<div id="compose-attachments" class="rightcol"> <div id="compose-attachments" class="rightcol">
<div style="text-align:center; margin-bottom:20px"> <div style="text-align:center; margin-bottom:20px">
<roundcube:button name="addattachment" type="input" class="button" classSel="button pressed" label="addattachment" onclick="UI.show_uploadform();return false" /> <roundcube:button name="addattachment" type="input" class="button" classSel="button pressed" label="addattachment" onclick="UI.show_uploadform();return false" tabindex="10" />
</div> </div>
<roundcube:object name="composeAttachmentList" id="attachment-list" class="attachmentslist" cancelIcon="/images/0.gif" /> <roundcube:object name="composeAttachmentList" id="attachment-list" class="attachmentslist" cancelIcon="/images/0.gif" />
</div> </div>

Loading…
Cancel
Save