diff options
author | alecpl <alec@alec.pl> | 2008-06-10 18:37:38 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2008-06-10 18:37:38 +0000 |
commit | 23bba05d7ddf44e99534acc8f177ac1e8d814988 (patch) | |
tree | 2f78e1c2e621aca4db8cb8c716641ad500bc9b9e /skins | |
parent | 8b365e22fa39266aaf43665500fa94cbddd62837 (diff) |
- allow tabindex in buttons and #1484171
Diffstat (limited to 'skins')
-rw-r--r-- | skins/default/templates/compose.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/skins/default/templates/compose.html b/skins/default/templates/compose.html index 25a3ef91f..a666bed90 100644 --- a/skins/default/templates/compose.html +++ b/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" />: - <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> |