From b2e6c7a18d8cb13812a3a93ecb53c319455d0876 Mon Sep 17 00:00:00 2001 From: helge Date: Sat, 27 Nov 2004 16:40:56 +0000 Subject: [PATCH] small mail account page cleanups git-svn-id: http://svn.opengroupware.org/SOGo/trunk@454 d1b88da0-ebda-0310-925b-ed51d893ca5b --- SOGo/UI/Mailer/ChangeLog | 5 +++++ SOGo/UI/Mailer/UIxMailAccountView.wox | 5 +++-- SOGo/UI/Mailer/Version | 2 +- SOGo/UI/Mailer/product.plist | 10 ++++++++++ 4 files changed, 19 insertions(+), 3 deletions(-) diff --git a/SOGo/UI/Mailer/ChangeLog b/SOGo/UI/Mailer/ChangeLog index fb37d467..56e999c3 100644 --- a/SOGo/UI/Mailer/ChangeLog +++ b/SOGo/UI/Mailer/ChangeLog @@ -1,3 +1,8 @@ +2004-11-27 Helge Hess + + * UIxMailAccountView.wox, product.plist: cleaned up account page (links + work now), added a compose button (v0.9.64) + 2004-11-15 Marcus Mueller * UIxMailEditor.m: properly set "From" header (v0.9.63) diff --git a/SOGo/UI/Mailer/UIxMailAccountView.wox b/SOGo/UI/Mailer/UIxMailAccountView.wox index b35b46c4..954e4edd 100644 --- a/SOGo/UI/Mailer/UIxMailAccountView.wox +++ b/SOGo/UI/Mailer/UIxMailAccountView.wox @@ -19,8 +19,9 @@
Email

-
  • Read messages (TBD: link)
  • -
  • Write a new message (TBD: link)
  • +
  • Read messages
  • +
  • Write a new message


  • diff --git a/SOGo/UI/Mailer/Version b/SOGo/UI/Mailer/Version index 046ba8ca..152ef4e0 100644 --- a/SOGo/UI/Mailer/Version +++ b/SOGo/UI/Mailer/Version @@ -1,6 +1,6 @@ # $Id$ -SUBMINOR_VERSION:=63 +SUBMINOR_VERSION:=64 # v0.9.50 requires NGMime v4.3.190 # v0.9.43 requires NGObjWeb v4.3.73 diff --git a/SOGo/UI/Mailer/product.plist b/SOGo/UI/Mailer/product.plist index c58bb716..9ae27d8c 100644 --- a/SOGo/UI/Mailer/product.plist +++ b/SOGo/UI/Mailer/product.plist @@ -257,6 +257,11 @@ ( /* first group */ { link = "getMail"; cssClass = "tbicon_getmail"; label = "Get Mail"; }, + { + link = "#"; // "compose"; // target = "_blank"; + onclick = "clickedCompose(this);return false;"; + cssClass = "tbicon_compose"; label = "Write"; + }, ) ); }; @@ -275,6 +280,11 @@ pageName = "UIxMailAddressbook"; actionName = "anais"; }; + compose = { + protectedBy = "View"; + actionClass = "UIxMailEditorAction"; + actionName = "compose"; + }; }; }; -- 2.39.5