summaryrefslogtreecommitdiff
path: root/roundcubemail/skins/default
diff options
context:
space:
mode:
authoralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2008-06-10 18:37:38 +0000
committeralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2008-06-10 18:37:38 +0000
commitcc6138a1b68456ac4e5fb1de6df648158f191a0b (patch)
treeb92b8777fb2e515120077bf3c54cdb269d5c5227 /roundcubemail/skins/default
parent2d6e7302e3ce24c76a08415a00a4c322fa77e173 (diff)
- allow tabindex in buttons and #1484171
git-svn-id: https://svn.roundcube.net/trunk@1503 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/skins/default')
-rw-r--r--roundcubemail/skins/default/templates/compose.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/roundcubemail/skins/default/templates/compose.html b/roundcubemail/skins/default/templates/compose.html
index 25a3ef91f..a666bed90 100644
--- a/roundcubemail/skins/default/templates/compose.html
+++ b/roundcubemail/skins/default/templates/compose.html
@@ -133,12 +133,12 @@ function rcmail_prev_sibling(elm)
<table border="0" cellspacing="0" width="100%" summary=""><tbody>
<tr>
<td>
-<roundcube:button type="input" command="send" class="button" label="sendmessage" />
-<roundcube:button type="input" command="list" class="button" label="cancel" />
+<roundcube:button type="input" command="send" class="button" label="sendmessage" tabindex="8" />
+<roundcube:button type="input" command="list" class="button" label="cancel" tabindex="9" />
</td>
<td align="right">
<roundcube:label name="editortype" />:&nbsp;
- <span class="radios-left"><roundcube:object name="editorSelector" tabindex="9" /></span>
+ <span class="radios-left"><roundcube:object name="editorSelector" tabindex="10" /></span>
</td>
</tr>
</tbody></table>