diff options
| author | estadtherr <estadtherr@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2006-09-27 05:18:55 +0000 |
|---|---|---|
| committer | estadtherr <estadtherr@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2006-09-27 05:18:55 +0000 |
| commit | 1abd7a3de0c2e618767b8a1b508fc0ff0d5bcb52 (patch) | |
| tree | 91e86131acb382d1a05c1504b7771b06e4e75356 /roundcubemail/skins/default | |
| parent | 0b189f58313956e8c718fce58b39c10f18e4de15 (diff) | |
Fixed editor selector labels, added TinyMCE spellchecker to editor configuration
git-svn-id: https://svn.roundcube.net/trunk@355 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/skins/default')
| -rw-r--r-- | roundcubemail/skins/default/templates/compose.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/roundcubemail/skins/default/templates/compose.html b/roundcubemail/skins/default/templates/compose.html index 2c11e0015..f2bfc1dc4 100644 --- a/roundcubemail/skins/default/templates/compose.html +++ b/roundcubemail/skins/default/templates/compose.html @@ -107,8 +107,8 @@ function rcmail_toggle_display(id) <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> |
