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
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"; },
)
+*/
)
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
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
# 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