thomascube
2005-11-02 6a35c82a3ca43546198361aefdea94b04ecb5457
skins/default/templates/compose.html
@@ -24,6 +24,7 @@
</head>
<body>
<roundcube:include file="/includes/taskbar.html" />
<roundcube:include file="/includes/header.html" />
<form name="form" method="post">
@@ -86,7 +87,7 @@
</tr><tr>
<td style="width:100%; height:100%;">
<td style="width:100%; height:100%; vertical-align:top;">
<roundcube:object name="composeBody" id="compose-body" form="form" cols="80" rows="20" warp="virtual" />
</td>
@@ -111,8 +112,6 @@
<input type="button" value="<roundcube:label name='send' />" onclick="rcmail.command('send-attachment', this)" />
</div>
-->
<roundcube:include file="/includes/taskbar.html" />
</body>
</html>