diff options
author | alecpl <alec@alec.pl> | 2012-01-01 18:52:30 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2012-01-01 18:52:30 +0000 |
commit | 7152f59f04fc2ecfc0bcfb9a50758c3757c119f8 (patch) | |
tree | bfe83e35a4cb4c52856e81bed26ea6e4772b029f /skins/default | |
parent | 1c029b9c7c67c9603e9044b65c843300dd73ecb8 (diff) |
- Fix so editor selector is hidden when 'htmleditor' is listed in 'dont_override'
Diffstat (limited to 'skins/default')
-rw-r--r-- | skins/default/templates/compose.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/skins/default/templates/compose.html b/skins/default/templates/compose.html index 2dcf8b0c1..4921bbf0f 100644 --- a/skins/default/templates/compose.html +++ b/skins/default/templates/compose.html @@ -112,10 +112,12 @@ </div> <div id="compose-editorfooter"> <span id="spellcheck-control" style="margin-right:10px"></span> + <roundcube:if condition="!in_array('htmleditor', (array)config:dont_override)" /> <span> <label><roundcube:label name="editortype" /></label> <roundcube:object name="editorSelector" editorid="compose-body" tabindex="12" /> </span> + <roundcube:endif /> </div> </div> </div> |