]> git.donarmstrong.com Git - roundcube.git/blobdiff - skins/default/templates/compose.html
Imported Upstream version 0.1~rc1~dfsg
[roundcube.git] / skins / default / templates / compose.html
index ed44bb56c5bb43de3824c9a96e00243e163b5a5f..1427371a72cdc59199e3f0b505d013a1748210cb 100644 (file)
@@ -94,21 +94,13 @@ function rcmail_toggle_display(id)
 
 </tr><tr>
 
-<td style="width:100%; height:98%; vertical-align:top;">
+<td style="width:100%; height:90%; vertical-align:top;">
 <roundcube:object name="composeBody" id="compose-body" form="form" cols="80" rows="20" wrap="virtual" tabindex="7" />
 
-<table border="0" cellspacing="0" width="100%" summary=""><tbody><tr>
-
-<td>
+<div>
 <roundcube:button type="input" command="send" class="button" label="sendmessage" />
 <roundcube:button type="input" command="list" class="button" label="cancel" />
-</td>
-<td align="right">
-<roundcube:label name="charset" />:&nbsp;<roundcube:object name="charsetSelector" tabindex="8" />
-</td>
-
-</tr></tbody></table>
-
+</div>
 </td>
 
 </tr>
@@ -133,6 +125,9 @@ function rcmail_toggle_display(id)
 var cc_field = document.form._cc;
 if (cc_field && cc_field.value!='')
   rcmail_toggle_display('compose-cc');
+var bcc_field = document.form._bcc;
+if (bcc_field && bcc_field.value!='')
+  rcmail_toggle_display('compose-bcc');
 
 //-->
 </script>