summaryrefslogtreecommitdiff
path: root/skins/default/templates/compose.html
diff options
context:
space:
mode:
Diffstat (limited to 'skins/default/templates/compose.html')
-rw-r--r--skins/default/templates/compose.html6
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" />:&nbsp;
- <span class="radios-left"><roundcube:object name="editorSelector" tabindex="9" /></span>
+ <roundcube:if condition="config:enable_htmleditor" />
+ <roundcube:label name="editortype" />:&nbsp;
+ <span class="radios-left"><roundcube:object name="editorSelector" tabindex="9" /></span>
+ <roundcube:endif />
</td>
</tr>
</tbody></table>