summaryrefslogtreecommitdiff
path: root/skins/default/templates/compose.html
diff options
context:
space:
mode:
authorsvncommit <devs@roundcube.net>2006-09-14 03:49:28 +0000
committersvncommit <devs@roundcube.net>2006-09-14 03:49:28 +0000
commita0109c4933e0bfb5ed9dbcf94f932991ca689542 (patch)
tree955246969bf9da5d5335d1d7c483025fdbd50407 /skins/default/templates/compose.html
parentbb5ddfa0ade5fbd2ed9be16e51d4ce695252eece (diff)
Initial TinyMCE editor support (still need to work on spellcheck and skins)
Diffstat (limited to 'skins/default/templates/compose.html')
-rw-r--r--skins/default/templates/compose.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/skins/default/templates/compose.html b/skins/default/templates/compose.html
index ed44bb56c..2c11e0015 100644
--- a/skins/default/templates/compose.html
+++ b/skins/default/templates/compose.html
@@ -106,7 +106,9 @@ function rcmail_toggle_display(id)
<td align="right">
<roundcube:label name="charset" />:&nbsp;<roundcube:object name="charsetSelector" tabindex="8" />
</td>
-
+<td align="right">
+ <roundcube:label name="editortype" />:&nbsp;<roundcube:object name="editorSelector" tabindex="9" />
+</td>
</tr></tbody></table>
</td>