diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-11-03 14:26:23 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-11-03 14:26:23 +0000 |
| commit | bb911f19c2732a32709f5dbcf76e65892164fd88 (patch) | |
| tree | 7c6bc203fd27cdba0080e079a19223cb947e2e32 /roundcubemail/skins/default | |
| parent | 36d7b96623d85566c4b146fae4886f0eb7f4bcce (diff) | |
- Add warning when switching editor mode from html to plain (#1485488)
- Unified editor switching functions
git-svn-id: https://svn.roundcube.net/trunk@2035 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/skins/default')
| -rw-r--r-- | roundcubemail/skins/default/templates/compose.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roundcubemail/skins/default/templates/compose.html b/roundcubemail/skins/default/templates/compose.html index beabe9867..aa45ef027 100644 --- a/roundcubemail/skins/default/templates/compose.html +++ b/roundcubemail/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> |
