]> err.no Git - scalable-opengroupware.org/commitdiff
small mail account page cleanups
authorhelge <helge@d1b88da0-ebda-0310-925b-ed51d893ca5b>
Sat, 27 Nov 2004 16:40:56 +0000 (16:40 +0000)
committerhelge <helge@d1b88da0-ebda-0310-925b-ed51d893ca5b>
Sat, 27 Nov 2004 16:40:56 +0000 (16:40 +0000)
git-svn-id: http://svn.opengroupware.org/SOGo/trunk@454 d1b88da0-ebda-0310-925b-ed51d893ca5b

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

index fb37d467708b76fa704fc7438d5a16e0791d8fc8..56e999c3c1cb6669fbaa60b073cfe2c123413fbf 100644 (file)
@@ -1,3 +1,8 @@
+2004-11-27  Helge Hess  <helge.hess@skyrix.com>
+
+       * UIxMailAccountView.wox, product.plist: cleaned up account page (links
+         work now), added a compose button (v0.9.64)
+
 2004-11-15  Marcus Mueller  <znek@mulle-kybernetik.com>
 
         * UIxMailEditor.m: properly set "From" header (v0.9.63)
index b35b46c493b863d1d1b03ffea82a0b17a886c8bb..954e4edd0481f168fbc8b17a86fb2e5385cc3b57 100644 (file)
@@ -19,8 +19,9 @@
       <br />
 
       <div class="whitesec_title">Email</div><br />
-      <li><a href="">Read messages (TBD: link)</a></li>
-      <li><a href="">Write a new message (TBD: link)</a></li>
+      <li><a href="INBOX/">Read messages</a></li>
+      <li><a href="#" onclick="clickedCompose(this);"
+             >Write a new message</a></li>
       <br />
       <br />
 
index 046ba8ca879b1633632a1d2dd391e3b9b592b562..152ef4e0d449293f856ba913634962fc94029d6a 100644 (file)
@@ -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
index c58bb716e15936d7140452727e625dec75754c53..9ae27d8c9add333d1260f1f4476095ef51427488 100644 (file)
             ( /* first group */
               { link  = "getMail";
                 cssClass = "tbicon_getmail"; label = "Get Mail"; },
+              {
+                link     = "#"; // "compose"; // target = "_blank";
+                onclick  = "clickedCompose(this);return false;";
+                cssClass = "tbicon_compose"; label = "Write";
+              },
             )
           );
         };
           pageName    = "UIxMailAddressbook";
           actionName  = "anais";
         };
+        compose = {
+          protectedBy = "View";
+          actionClass = "UIxMailEditorAction"; 
+          actionName  = "compose";
+        };
       };
     };