From a0109c4933e0bfb5ed9dbcf94f932991ca689542 Mon Sep 17 00:00:00 2001 From: svncommit <devs@roundcube.net> Date: Wed, 13 Sep 2006 23:49:28 -0400 Subject: [PATCH] Initial TinyMCE editor support (still need to work on spellcheck and skins) --- skins/default/templates/compose.html | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/skins/default/templates/compose.html b/skins/default/templates/compose.html index ed44bb5..2c11e00 100644 --- a/skins/default/templates/compose.html +++ b/skins/default/templates/compose.html @@ -106,7 +106,9 @@ <td align="right"> <roundcube:label name="charset" />: <roundcube:object name="charsetSelector" tabindex="8" /> </td> - +<td align="right"> + <roundcube:label name="editortype" />: <roundcube:object name="editorSelector" tabindex="9" /> +</td> </tr></tbody></table> </td> -- Gitblit v1.9.1