diff options
author | thomascube <thomas@roundcube.net> | 2007-10-20 21:47:11 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2007-10-20 21:47:11 +0000 |
commit | 111b278fe0d15fd1eccf44048cb4a0643b5ffc49 (patch) | |
tree | eb58bf224d365611e6990da566bb7453e0315ce0 /skins/default/templates | |
parent | 1ee2cf3b220a23903c1be2897366c243fdaf2f16 (diff) |
Disable HTML the editor by default
Diffstat (limited to 'skins/default/templates')
-rw-r--r-- | skins/default/templates/compose.html | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/skins/default/templates/compose.html b/skins/default/templates/compose.html index f45c63bcb..7e02ff542 100644 --- a/skins/default/templates/compose.html +++ b/skins/default/templates/compose.html @@ -137,8 +137,10 @@ function rcmail_prev_sibling(elm) <roundcube:button type="input" command="list" class="button" label="cancel" /> </td> <td align="right"> - <roundcube:label name="editortype" />: - <span class="radios-left"><roundcube:object name="editorSelector" tabindex="9" /></span> + <roundcube:if condition="config:enable_htmleditor" /> + <roundcube:label name="editortype" />: + <span class="radios-left"><roundcube:object name="editorSelector" tabindex="9" /></span> + <roundcube:endif /> </td> </tr> </tbody></table> |