]> err.no Git - scalable-opengroupware.org/commitdiff
fixed a compose button
authorhelge <helge@d1b88da0-ebda-0310-925b-ed51d893ca5b>
Wed, 16 Feb 2005 17:55:10 +0000 (17:55 +0000)
committerhelge <helge@d1b88da0-ebda-0310-925b-ed51d893ca5b>
Wed, 16 Feb 2005 17:55:10 +0000 (17:55 +0000)
git-svn-id: http://svn.opengroupware.org/SOGo/trunk@572 d1b88da0-ebda-0310-925b-ed51d893ca5b

SOGo/UI/Mailer/ChangeLog
SOGo/UI/Mailer/Version
SOGo/UI/Mailer/product.plist

index 850d0c8b282c7c51efed2de435469a7e56f58ae7..dc1d3090bbe2cec86a522a8ccfe160068b0cc054 100644 (file)
@@ -1,3 +1,7 @@
+2005-02-16  Helge Hess  <helge.hess@opengroupware.org>
+
+       * product.plist: fixed compose button in mail viewer (v0.9.113)
+
 2005-02-15  Helge Hess  <helge.hess@opengroupware.org>
 
        * UIxMailListView.wox: added a pointer cursor for rows and enabled an
index e047dcaa3e5da97642cef3ae19a72f09d0925b9a..4daabeea5e819524fa663933d2b65a3607a6dc75 100644 (file)
@@ -1,6 +1,6 @@
 # version file
 
-SUBMINOR_VERSION:=112
+SUBMINOR_VERSION:=113
 
 # v0.9.100 requires libNGMime        v4.5.213
 # v0.9.99  requires libNGMime        v4.5.212
index f21701b96b092ad3acd136f77a5f263692a983df..df20f0bd8d262d339fc94c9296e568bf89468197 100644 (file)
             ( /* first group */
               { link  = "getMail";
                 cssClass = "tbicon_getmail"; label = "Get Mail"; },
-              { link  = "compose"; target = "_blank";
-                cssClass = "tbicon_compose"; label = "Write"; },
+              {
+                link     = "#"; // "compose"; // target = "_blank";
+                onclick  = "clickedCompose(this);return false;";
+                cssClass = "tbicon_compose"; label = "Write";
+              },
             ),
             ( // second group
               { link = "reply";