diff options
author | alecpl <alec@alec.pl> | 2008-11-03 14:26:23 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2008-11-03 14:26:23 +0000 |
commit | 79af0bb1ba370bd5f194afb692e7ed59a26b02af (patch) | |
tree | 3b070c6afaa03e0a9d26d6afdaff8bc9d767b678 /skins/default | |
parent | 3d54e6e9b7f65dcb01688d3933f7c6e4aac25a18 (diff) |
- Add warning when switching editor mode from html to plain (#1485488)
- Unified editor switching functions
Diffstat (limited to 'skins/default')
-rw-r--r-- | skins/default/templates/compose.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/skins/default/templates/compose.html b/skins/default/templates/compose.html index beabe9867..aa45ef027 100644 --- a/skins/default/templates/compose.html +++ b/skins/default/templates/compose.html @@ -80,7 +80,7 @@ </td> <td style="text-align:right; white-space:nowrap"> <roundcube:label name="editortype" />: - <span class="radios-left"><roundcube:object name="editorSelector" tabindex="10" /></span> + <span class="radios-left"><roundcube:object name="editorSelector" editorid="compose-body" tabindex="10" /></span> </td> </tr> </tbody></table> |