From d6037d407a3c7314fe5664229011a23bd261801b Mon Sep 17 00:00:00 2001
From: thomascube <thomas@roundcube.net>
Date: Mon, 20 Mar 2006 17:01:13 -0500
Subject: [PATCH] Minor improvements and bugfixes

---
 skins/default/mail.css               |    4 ++--
 skins/default/templates/message.html |    1 +
 skins/default/templates/compose.html |    4 ++--
 3 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/skins/default/mail.css b/skins/default/mail.css
index 5b95d93..9a604b4 100644
--- a/skins/default/mail.css
+++ b/skins/default/mail.css
@@ -27,7 +27,7 @@
 #messagetoolbar select.mboxlist
 {
   position: absolute;
-  left: 335px;
+  left: 375px;
   top: 10px;
 }
 
@@ -47,7 +47,7 @@
   left: 200px;
   bottom: 20px;
   height: 16px;
-  width: 400px;
+  width: 500px;
   font-size: 11px;
 }
 
diff --git a/skins/default/templates/compose.html b/skins/default/templates/compose.html
index 745b20f..a522a6d 100644
--- a/skins/default/templates/compose.html
+++ b/skins/default/templates/compose.html
@@ -1,7 +1,7 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
-<title>RoundCube|Mail :: <roundcube:label name="compose" /></title>
+<title><roundcube:object name="productname" /> :: <roundcube:label name="compose" /></title>
 <roundcube:include file="/includes/links.html" />
 <link rel="stylesheet" type="text/css" href="/mail.css" />
 <script type="text/javascript">
@@ -88,7 +88,7 @@
 </tr><tr>
 
 <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:object name="composeBody" id="compose-body" form="form" cols="80" rows="20" wrap="virtual" tabindex="7" /><br />
 <roundcube:label name="charset" />:&nbsp;<roundcube:object name="charsetSelector" tabindex="8" />
 </td>
 
diff --git a/skins/default/templates/message.html b/skins/default/templates/message.html
index 0ef9ef0..d0540e7 100644
--- a/skins/default/templates/message.html
+++ b/skins/default/templates/message.html
@@ -18,6 +18,7 @@
 
 <div id="messagetoolbar">
 <roundcube:button command="list" image="/images/buttons/back_act.png" width="32" height="32" title="backtolist" />
+<roundcube:button command="compose" imageAct="/images/buttons/compose_act.png" imagePas="/images/buttons/compose_pas.png" width="32" height="32" title="writenewmessage" />
 <roundcube:button command="reply" imageAct="/images/buttons/reply_act.png" imagePas="/images/buttons/reply_pas.png" width="32" height="32" title="replytomessage" />
 <roundcube:button command="reply-all" imageAct="/images/buttons/replyall_act.png" imagePas="/images/buttons/replyall_pas.png" width="32" height="32" title="replytoallmessage" />
 <roundcube:button command="forward" imageAct="/images/buttons/forward_act.png" imagePas="/images/buttons/forward_pas.png" width="32" height="32" title="forwardmessage" />

--
Gitblit v1.9.1