summaryrefslogtreecommitdiff
path: root/roundcubemail/skins/default/templates/compose.html
diff options
context:
space:
mode:
authoralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2009-05-01 19:27:36 +0000
committeralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2009-05-01 19:27:36 +0000
commitd37ef231324a5048c1bc9ffccfbffa0e1ff03953 (patch)
tree5998d9ff6bdef2f9ed505a908cbb34c7e75544a5 /roundcubemail/skins/default/templates/compose.html
parent470e094dea33c33074e96720950eb8893199a260 (diff)
- jQuery'fied GoogieSpell 4.0 + some changes in compose
git-svn-id: https://svn.roundcube.net/trunk@2443 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/skins/default/templates/compose.html')
-rw-r--r--roundcubemail/skins/default/templates/compose.html16
1 files changed, 9 insertions, 7 deletions
diff --git a/roundcubemail/skins/default/templates/compose.html b/roundcubemail/skins/default/templates/compose.html
index 73e657594..99a4185b2 100644
--- a/roundcubemail/skins/default/templates/compose.html
+++ b/roundcubemail/skins/default/templates/compose.html
@@ -66,24 +66,26 @@
</tr><tr>
<td class="title"><label for="compose-subject"><roundcube:label name="subject" /></label></td>
<td><roundcube:object name="composeSubject" id="compose-subject" form="form" tabindex="6" /></td>
+ </tr><tr>
+ <td class="title"><roundcube:label name="editortype" /></td>
+ <td>
+ <div id="editor-select"><roundcube:object name="editorSelector" editorid="compose-body" tabindex="7" /></div>
+ <div id="spellcheck-control"></div>
+ </td>
</tr>
</tbody>
</table>
</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>
<tr>
<td style="white-space: nowrap">
<roundcube:button type="input" command="send" class="button mainaction" label="sendmessage" tabindex="8" />
<roundcube:button type="input" command="list" class="button" label="cancel" tabindex="9" />
</td>
- <td style="text-align:center; white-space: nowrap">
- <label><roundcube:label name="savesentmessagein" />: <roundcube:object name="storetarget" maxlength="30" /></label>
- </td>
- <td style="text-align:right; white-space:nowrap">
- <roundcube:label name="editortype" />:&nbsp;
- <span class="radios-left"><roundcube:object name="editorSelector" editorid="compose-body" tabindex="10" /></span>
+ <td style="text-align:right; white-space: nowrap">
+ <label><roundcube:label name="savesentmessagein" />: <roundcube:object name="storetarget" maxlength="30" tabindex="10" /></label>
</td>
</tr>
</tbody></table>