diff options
Diffstat (limited to 'skins/default/templates/compose.html')
-rw-r--r-- | skins/default/templates/compose.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/skins/default/templates/compose.html b/skins/default/templates/compose.html index ed44bb56c..2c11e0015 100644 --- a/skins/default/templates/compose.html +++ b/skins/default/templates/compose.html @@ -106,7 +106,9 @@ function rcmail_toggle_display(id) <td align="right"> <roundcube:label name="charset" />: <roundcube:object name="charsetSelector" tabindex="8" /> </td> - +<td align="right"> + <roundcube:label name="editortype" />: <roundcube:object name="editorSelector" tabindex="9" /> +</td> </tr></tbody></table> </td> |