From 6b1fc027cb8a7b7581747e939f2cfbb387c09aba Mon Sep 17 00:00:00 2001 From: svncommit <devs@roundcube.net> Date: Wed, 27 Sep 2006 01:18:55 -0400 Subject: [PATCH] Fixed editor selector labels, added TinyMCE spellchecker to editor configuration --- skins/default/templates/compose.html | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/skins/default/templates/compose.html b/skins/default/templates/compose.html index 2c11e00..f2bfc1d 100644 --- a/skins/default/templates/compose.html +++ b/skins/default/templates/compose.html @@ -107,8 +107,8 @@ <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> + <roundcube:label name="editortype" />: </td> +<roundcube:object name="editorSelector" tabindex="9" /> </tr></tbody></table> </td> -- Gitblit v1.9.1