Changeset c2ba7ab in github


Ignore:
Timestamp:
Apr 3, 2012 9:42:51 AM (14 months ago)
Author:
alecpl <alec@…>
Branches:
master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.8
Children:
c04b23a
Parents:
48e9c14
Message:
  • Fix tabindex order
File:
1 edited

Legend:

Unmodified
Added
Removed
  • skins/larry/templates/compose.html

    r4be86f3 rc2ba7ab  
    109109 
    110110<div id="composebuttons" class="formbuttons"> 
    111         <roundcube:button type="input" command="send" class="button mainaction" label="sendmessage" tabindex="10" /> 
    112         <roundcube:button type="input" command="savedraft" class="button" label="savemessage" tabindex="10" /> 
    113         <roundcube:button type="input" command="list" class="button" label="cancel" tabindex="11" /> 
     111        <roundcube:button type="input" command="send" class="button mainaction" label="sendmessage" tabindex="11" /> 
     112        <roundcube:button type="input" command="savedraft" class="button" label="savemessage" tabindex="12" /> 
     113        <roundcube:button type="input" command="list" class="button" label="cancel" tabindex="13" /> 
    114114</div> 
    115115 
     
    127127                <span class="composeoption"> 
    128128                        <label><roundcube:label name="editortype" /> 
    129                                 <roundcube:object name="editorSelector" editorid="composebody" tabindex="12" /></label> 
     129                                <roundcube:object name="editorSelector" editorid="composebody" tabindex="14" /></label> 
    130130                </span> 
    131131                <roundcube:endif /> 
     
    154154        <div id="compose-attachments" class="rightcol"> 
    155155                <div style="text-align:center; margin-bottom:20px"> 
    156                         <roundcube:button name="addattachment" type="input" class="button" classSel="button pressed" label="addattachment" onclick="UI.show_uploadform();return false" /> 
     156                        <roundcube:button name="addattachment" type="input" class="button" classSel="button pressed" label="addattachment" onclick="UI.show_uploadform();return false" tabindex="10" /> 
    157157                </div> 
    158158                <roundcube:object name="composeAttachmentList" id="attachment-list" class="attachmentslist" cancelIcon="/images/0.gif" /> 
Note: See TracChangeset for help on using the changeset viewer.