From 48b1672836a524f7d87d238dfda192ab82be7e1c Mon Sep 17 00:00:00 2001 From: helge Date: Wed, 20 Jul 2005 15:55:59 +0000 Subject: [PATCH] removed stop buttons from toolbars git-svn-id: http://svn.opengroupware.org/SOGo/trunk@856 d1b88da0-ebda-0310-925b-ed51d893ca5b --- SOGo/UI/MailerUI/ChangeLog | 2 ++ SOGo/UI/MailerUI/Toolbars/SOGoMailFolder.toolbar | 10 +++++----- SOGo/UI/MailerUI/Toolbars/SOGoMailObject.toolbar | 10 +++++----- SOGo/UI/MailerUI/Toolbars/SOGoTrashFolder.toolbar | 9 ++++++--- SOGo/UI/MailerUI/Version | 2 +- 5 files changed, 19 insertions(+), 14 deletions(-) diff --git a/SOGo/UI/MailerUI/ChangeLog b/SOGo/UI/MailerUI/ChangeLog index 0b3355b2..9853adba 100644 --- a/SOGo/UI/MailerUI/ChangeLog +++ b/SOGo/UI/MailerUI/ChangeLog @@ -1,5 +1,7 @@ 2005-07-20 Helge Hess + * removed 'stop' buttons from toolbars (v0.9.161) + * v0.9.160 * Toolbars/SOGoMailFolder.toolbar: added bulk-delete button, removed diff --git a/SOGo/UI/MailerUI/Toolbars/SOGoMailFolder.toolbar b/SOGo/UI/MailerUI/Toolbars/SOGoMailFolder.toolbar index 1f7a307c..c119b469 100644 --- a/SOGo/UI/MailerUI/Toolbars/SOGoMailFolder.toolbar +++ b/SOGo/UI/MailerUI/Toolbars/SOGoMailFolder.toolbar @@ -58,12 +58,12 @@ 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"; }, ) +*/ ) diff --git a/SOGo/UI/MailerUI/Toolbars/SOGoMailObject.toolbar b/SOGo/UI/MailerUI/Toolbars/SOGoMailObject.toolbar index 822c0c21..df7816b8 100644 --- a/SOGo/UI/MailerUI/Toolbars/SOGoMailObject.toolbar +++ b/SOGo/UI/MailerUI/Toolbars/SOGoMailObject.toolbar @@ -40,11 +40,11 @@ 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 diff --git a/SOGo/UI/MailerUI/Toolbars/SOGoTrashFolder.toolbar b/SOGo/UI/MailerUI/Toolbars/SOGoTrashFolder.toolbar index 05c5e556..77973076 100644 --- a/SOGo/UI/MailerUI/Toolbars/SOGoTrashFolder.toolbar +++ b/SOGo/UI/MailerUI/Toolbars/SOGoTrashFolder.toolbar @@ -24,7 +24,10 @@ 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 diff --git a/SOGo/UI/MailerUI/Version b/SOGo/UI/MailerUI/Version index 97da6692..f9819ac3 100644 --- a/SOGo/UI/MailerUI/Version +++ b/SOGo/UI/MailerUI/Version @@ -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 -- 2.39.5