summaryrefslogtreecommitdiff
path: root/skins
diff options
context:
space:
mode:
authoralecpl <alec@alec.pl>2012-01-01 19:10:53 +0000
committeralecpl <alec@alec.pl>2012-01-01 19:10:53 +0000
commitbc8437b71c440a605497a6af363811351b1aa147 (patch)
tree4813da592a308ca98b0500dc149a2c4bb3515b50 /skins
parente81c00b7b9d9b8e141dd9642fdcfafe975d7c656 (diff)
- Fix so editor selector is hidden when 'htmleditor' is listed in 'dont_override'
Diffstat (limited to 'skins')
-rw-r--r--skins/default/templates/compose.html2
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>