diff options
Diffstat (limited to 'skins/default/templates/compose.html')
-rw-r--r-- | skins/default/templates/compose.html | 13 |
1 files changed, 2 insertions, 11 deletions
diff --git a/skins/default/templates/compose.html b/skins/default/templates/compose.html index 8fbb2985e..1427371a7 100644 --- a/skins/default/templates/compose.html +++ b/skins/default/templates/compose.html @@ -97,19 +97,10 @@ function rcmail_toggle_display(id) <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="editortype" />: - <span class="radios-left"><roundcube:object name="editorSelector" tabindex="9" /></span> -</td> -</tr> -</tbody></table> - +</div> </td> </tr> |