]> err.no Git - scalable-opengroupware.org/commitdiff
removed stop buttons from toolbars
authorhelge <helge@d1b88da0-ebda-0310-925b-ed51d893ca5b>
Wed, 20 Jul 2005 15:55:59 +0000 (15:55 +0000)
committerhelge <helge@d1b88da0-ebda-0310-925b-ed51d893ca5b>
Wed, 20 Jul 2005 15:55:59 +0000 (15:55 +0000)
git-svn-id: http://svn.opengroupware.org/SOGo/trunk@856 d1b88da0-ebda-0310-925b-ed51d893ca5b

SOGo/UI/MailerUI/ChangeLog
SOGo/UI/MailerUI/Toolbars/SOGoMailFolder.toolbar
SOGo/UI/MailerUI/Toolbars/SOGoMailObject.toolbar
SOGo/UI/MailerUI/Toolbars/SOGoTrashFolder.toolbar
SOGo/UI/MailerUI/Version

index 0b3355b2a18687d6dd45f60b23c38557c17cf9a6..9853adbaee6254506242897f6d933c03f118d0ec 100644 (file)
@@ -1,5 +1,7 @@
 2005-07-20  Helge Hess  <helge.hess@opengroupware.org>
 
+       * removed 'stop' buttons from toolbars (v0.9.161)
+
        * v0.9.160
 
        * Toolbars/SOGoMailFolder.toolbar: added bulk-delete button, removed
index 1f7a307c1e17f848c8f1540d5c66a0e46f4a4dca..c119b469ccc150661c07babf1e17fa601ef2e0c2 100644 (file)
       cssClass = "tbicon_folderdel"; label = "Delete"; },
   ),
 
-
-  ( /* fourth group */
-    /* TODO: enable when we can print (#1207)
-       { link = "#"; cssClass = "tbicon_print"; label = "Print"; },
-    */
+/*
+  ( // fourth group
+    //TODO: enable when we can print (#1207)
+    //   { link = "#"; cssClass = "tbicon_print"; label = "Print"; },
     
     { link = "#"; cssClass = "tbicon_stop";  label = "Stop";  },
   )
+*/
 )
index 822c0c218e722b6cc5081a868149d450a32739db..df7816b8c1048e955e2020b5f77ae394facaf739 100644 (file)
                 cssClass = "tbicon_junk";   label = "Junk";   },
      */
   ),
-
-  ( /* fourth group */
-    /* TODO: enable when we can print (#1207)
-              { link = "#"; cssClass = "tbicon_print"; label = "Print"; },
-     */
+/*
+  ( // fourth group
+    // TODO: enable when we can print (#1207)
+    //  { link = "#"; cssClass = "tbicon_print"; label = "Print"; },
     { link = "#"; cssClass = "tbicon_stop";  label = "Stop";  },
   ),
+*/
 )
\ No newline at end of file
index 05c5e55610956007a3e3098d8933857541d15a93..77973076f38ebc6839b2df4bcbb0c164cbb18c1d 100644 (file)
                 cssClass = "tbicon_junk";   label = "Junk";   },
 */
             ),
-            ( /* fourth group */
-              { link = "#"; cssClass = "tbicon_stop";  label = "Stop";  },
-            ),
+
+/*
+  ( // fourth group
+    { link = "#"; cssClass = "tbicon_stop";  label = "Stop";  },
+  )
+*/
 )
\ No newline at end of file
index 97da6692e5ab0b89b818fb6b6097f30db7168db3..f9819ac39b6f6ee65d50b6cec8700cad54b19070 100644 (file)
@@ -1,6 +1,6 @@
 # version file
 
-SUBMINOR_VERSION:=160
+SUBMINOR_VERSION:=161
 
 # v0.9.140 requires SoObjects/Mailer v0.9.100
 # v0.9.134 requires libSOGo          v0.9.41