From 2f2f15b7aabe19e45dad9bddb7eb7f4394aa1e21 Mon Sep 17 00:00:00 2001 From: thomascube <thomas@roundcube.net> Date: Mon, 04 Sep 2006 08:26:30 -0400 Subject: [PATCH] Little improvements for message parsing and encoding --- skins/default/templates/compose.html | 15 ++------------- 1 files changed, 2 insertions(+), 13 deletions(-) diff --git a/skins/default/templates/compose.html b/skins/default/templates/compose.html index a65dcb7..ed44bb5 100644 --- a/skins/default/templates/compose.html +++ b/skins/default/templates/compose.html @@ -20,13 +20,6 @@ return false; } -function rcmail_auto_save() - { - rcmail.command('savedraft','',this); - self.setTimeout('rcmail_auto_save()',300000); - } -self.setTimeout('rcmail_auto_save()',300000); - //--> </script> </head> @@ -101,13 +94,8 @@ </tr><tr> -<td style="width:100%; height:95%; vertical-align:top;"> +<td style="width:100%; height:98%; vertical-align:top;"> <roundcube:object name="composeBody" id="compose-body" form="form" cols="80" rows="20" wrap="virtual" tabindex="7" /> -</td> - -</tr><tr> - -<td> <table border="0" cellspacing="0" width="100%" summary=""><tbody><tr> @@ -122,6 +110,7 @@ </tr></tbody></table> </td> + </tr> </tbody> </table> -- Gitblit v1.9.1