summaryrefslogtreecommitdiff
path: root/skins/larry/templates/compose.html
diff options
context:
space:
mode:
authoralecpl <alec@alec.pl>2012-01-01 18:52:30 +0000
committeralecpl <alec@alec.pl>2012-01-01 18:52:30 +0000
commit7152f59f04fc2ecfc0bcfb9a50758c3757c119f8 (patch)
treebfe83e35a4cb4c52856e81bed26ea6e4772b029f /skins/larry/templates/compose.html
parent1c029b9c7c67c9603e9044b65c843300dd73ecb8 (diff)
- Fix so editor selector is hidden when 'htmleditor' is listed in 'dont_override'
Diffstat (limited to 'skins/larry/templates/compose.html')
-rw-r--r--skins/larry/templates/compose.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/skins/larry/templates/compose.html b/skins/larry/templates/compose.html
index aad516d14..67d94f631 100644
--- a/skins/larry/templates/compose.html
+++ b/skins/larry/templates/compose.html
@@ -109,10 +109,12 @@
</span>
<div id="composeoptions">
+ <roundcube:if condition="!in_array('htmleditor', (array)config:dont_override)" />
<span class="composeoption">
<label><roundcube:label name="editortype" />
<roundcube:object name="editorSelector" editorid="composebody" tabindex="12" /></label>
</span>
+ <roundcube:endif />
<span class="composeoption">
<label><label for="rcmcomposepriority"><roundcube:label name="priority" />
<roundcube:object name="prioritySelector" form="form" id="rcmcomposepriority" /></label>