From: helge Date: Wed, 16 Feb 2005 17:55:10 +0000 (+0000) Subject: fixed a compose button X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=871e0ced6d2636492b61309e338fbaec5a682509;p=scalable-opengroupware.org fixed a compose button git-svn-id: http://svn.opengroupware.org/SOGo/trunk@572 d1b88da0-ebda-0310-925b-ed51d893ca5b --- diff --git a/SOGo/UI/Mailer/ChangeLog b/SOGo/UI/Mailer/ChangeLog index 850d0c8b..dc1d3090 100644 --- a/SOGo/UI/Mailer/ChangeLog +++ b/SOGo/UI/Mailer/ChangeLog @@ -1,3 +1,7 @@ +2005-02-16 Helge Hess + + * product.plist: fixed compose button in mail viewer (v0.9.113) + 2005-02-15 Helge Hess * UIxMailListView.wox: added a pointer cursor for rows and enabled an diff --git a/SOGo/UI/Mailer/Version b/SOGo/UI/Mailer/Version index e047dcaa..4daabeea 100644 --- a/SOGo/UI/Mailer/Version +++ b/SOGo/UI/Mailer/Version @@ -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 diff --git a/SOGo/UI/Mailer/product.plist b/SOGo/UI/Mailer/product.plist index f21701b9..df20f0bd 100644 --- a/SOGo/UI/Mailer/product.plist +++ b/SOGo/UI/Mailer/product.plist @@ -175,8 +175,11 @@ ( /* 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";