summaryrefslogtreecommitdiff
path: root/roundcubemail/skins/default
diff options
context:
space:
mode:
authoralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2012-01-01 18:52:30 +0000
committeralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2012-01-01 18:52:30 +0000
commite13101ca6da3e17dacb9bddd191374d99cf61bd5 (patch)
tree1ba0c096cff646ca52422c7bdb56b66515f18a67 /roundcubemail/skins/default
parent971abe80655232022bc93292d42a58cc50423f34 (diff)
- Fix so editor selector is hidden when 'htmleditor' is listed in 'dont_override'
git-svn-id: https://svn.roundcube.net/trunk@5682 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/skins/default')
-rw-r--r--roundcubemail/skins/default/templates/compose.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/roundcubemail/skins/default/templates/compose.html b/roundcubemail/skins/default/templates/compose.html
index 2dcf8b0c1..4921bbf0f 100644
--- a/roundcubemail/skins/default/templates/compose.html
+++ b/roundcubemail/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>