- added tabindex on editor-selector

release-0.6
alecpl 15 years ago
parent a4c163f930
commit 47b9294c85

@ -70,7 +70,7 @@
</tr><tr> </tr><tr>
<td class="title"><roundcube:label name="editortype" /></td> <td class="title"><roundcube:label name="editortype" /></td>
<td> <td>
<div id="editor-select"><roundcube:object name="editorSelector" editorid="compose-body" /></div> <div id="editor-select"><roundcube:object name="editorSelector" editorid="compose-body" tabindex="7" /></div>
<div id="spellcheck-control"></div> <div id="spellcheck-control"></div>
</td> </td>
</tr> </tr>
@ -78,15 +78,15 @@
</table> </table>
</div> </div>
<div id="compose-div"> <div id="compose-div">
<roundcube:object name="composeBody" id="compose-body" form="form" cols="70" rows="20" tabindex="7" /> <roundcube:object name="composeBody" id="compose-body" form="form" cols="70" rows="20" tabindex="8" />
<table border="0" cellspacing="0" summary="" style="width:100%; margin-top: 5px;"><tbody> <table border="0" cellspacing="0" summary="" style="width:100%; margin-top: 5px;"><tbody>
<tr> <tr>
<td style="white-space: nowrap"> <td style="white-space: nowrap">
<roundcube:button type="input" command="send" class="button mainaction" label="sendmessage" tabindex="8" /> <roundcube:button type="input" command="send" class="button mainaction" label="sendmessage" tabindex="9" />
<roundcube:button type="input" command="list" class="button" label="cancel" tabindex="9" /> <roundcube:button type="input" command="list" class="button" label="cancel" tabindex="10" />
</td> </td>
<td style="text-align:right; white-space: nowrap"> <td style="text-align:right; white-space: nowrap">
<label><roundcube:label name="savesentmessagein" />: <roundcube:object name="storetarget" maxlength="30" tabindex="10" /></label> <label><roundcube:label name="savesentmessagein" />: <roundcube:object name="storetarget" maxlength="30" tabindex="11" /></label>
</td> </td>
</tr> </tr>
</tbody></table> </tbody></table>

Loading…
Cancel
Save