Changeset 6035 in subversion
- Timestamp:
- Apr 3, 2012 9:42:51 AM (15 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/roundcubemail/skins/larry/templates/compose.html
r5994 r6035 109 109 110 110 <div id="composebuttons" class="formbuttons"> 111 <roundcube:button type="input" command="send" class="button mainaction" label="sendmessage" tabindex="1 0" />112 <roundcube:button type="input" command="savedraft" class="button" label="savemessage" tabindex="1 0" />113 <roundcube:button type="input" command="list" class="button" label="cancel" tabindex="1 1" />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" /> 114 114 </div> 115 115 … … 127 127 <span class="composeoption"> 128 128 <label><roundcube:label name="editortype" /> 129 <roundcube:object name="editorSelector" editorid="composebody" tabindex="1 2" /></label>129 <roundcube:object name="editorSelector" editorid="composebody" tabindex="14" /></label> 130 130 </span> 131 131 <roundcube:endif /> … … 154 154 <div id="compose-attachments" class="rightcol"> 155 155 <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" /> 157 157 </div> 158 158 <roundcube:object name="composeAttachmentList" id="attachment-list" class="attachmentslist" cancelIcon="/images/0.gif" />
Note: See TracChangeset
for help on using the changeset viewer.
