summaryrefslogtreecommitdiff
path: root/roundcubemail/skins/default/templates/compose.html
diff options
context:
space:
mode:
authorroundcube <roundcube@208e9e7b-5314-0410-a742-e7e81cd9613c>2005-12-03 16:54:12 +0000
committerroundcube <roundcube@208e9e7b-5314-0410-a742-e7e81cd9613c>2005-12-03 16:54:12 +0000
commit2dc87919396cd68a07a20164d0816761dca909ea (patch)
tree7fc050b1e1c2215e1c8c5d43af1f45c6f33eb498 /roundcubemail/skins/default/templates/compose.html
parentaec4bd921d413dd835f21f4ab6765fab7e882d89 (diff)
Re-design of caching (new database table added\!); some bugfixes; Postgres support
git-svn-id: https://svn.roundcube.net/trunk@88 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/skins/default/templates/compose.html')
-rw-r--r--roundcubemail/skins/default/templates/compose.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/roundcubemail/skins/default/templates/compose.html b/roundcubemail/skins/default/templates/compose.html
index aa28098c8..0a3f874ae 100644
--- a/roundcubemail/skins/default/templates/compose.html
+++ b/roundcubemail/skins/default/templates/compose.html
@@ -87,8 +87,9 @@ function rcmail_toggle_display(id)
</tr><tr>
-<td style="width:100%; height:100%; vertical-align:top;">
-<roundcube:object name="composeBody" id="compose-body" form="form" cols="80" rows="20" warp="virtual" tabindex="7" />
+<td style="width:100%; height:95%; vertical-align:top;">
+<roundcube:object name="composeBody" id="compose-body" form="form" cols="80" rows="20" warp="virtual" tabindex="7" /><br />
+<roundcube:label name="charset" />:&nbsp;<roundcube:object name="charsetSelector" tabindex="8" />
</td>
</tr></table>