From: helge Date: Wed, 29 Sep 2004 12:19:17 +0000 (+0000) Subject: added toolbar X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1e90f9d7080ae5fcd9459bc5fa178b66bf504b80;p=scalable-opengroupware.org added toolbar git-svn-id: http://svn.opengroupware.org/SOGo/trunk@332 d1b88da0-ebda-0310-925b-ed51d893ca5b --- diff --git a/SOGo/UI/Mailer/ChangeLog b/SOGo/UI/Mailer/ChangeLog index 664b8632..47845a4b 100644 --- a/SOGo/UI/Mailer/ChangeLog +++ b/SOGo/UI/Mailer/ChangeLog @@ -1,5 +1,7 @@ 2004-09-29 Helge Hess + * added toolbar images (v0.9.6) + * UIxMailTree.m: use new tree navigation methods in SoObjects (v0.9.5) 2004-09-28 Helge Hess diff --git a/SOGo/UI/Mailer/GNUmakefile b/SOGo/UI/Mailer/GNUmakefile index 3f5e08ab..33066efe 100644 --- a/SOGo/UI/Mailer/GNUmakefile +++ b/SOGo/UI/Mailer/GNUmakefile @@ -40,7 +40,8 @@ MailerUI_RESOURCE_FILES += \ MailerUI_RESOURCE_FILES += \ screenshots/*.png \ - Images/*.gif + Images/tbtv_*.gif \ + Images/tbtb_*.png \ MailerUI_LOCALIZED_RESOURCE_FILES += \ default.strings diff --git a/SOGo/UI/Mailer/UIxMailListView.wox b/SOGo/UI/Mailer/UIxMailListView.wox index 8894d22a..b9f4ed7f 100644 --- a/SOGo/UI/Mailer/UIxMailListView.wox +++ b/SOGo/UI/Mailer/UIxMailListView.wox @@ -11,10 +11,14 @@ >
View: - [popup all] + + Subject or Sender contains: - [search field] - [clear] + +
diff --git a/SOGo/UI/Mailer/UIxMailMainFrame.wox b/SOGo/UI/Mailer/UIxMailMainFrame.wox index 1778e49a..4e91dc6c 100644 --- a/SOGo/UI/Mailer/UIxMailMainFrame.wox +++ b/SOGo/UI/Mailer/UIxMailMainFrame.wox @@ -21,31 +21,46 @@ diff --git a/SOGo/UI/Mailer/Version b/SOGo/UI/Mailer/Version index 749d66dc..0eb47da3 100644 --- a/SOGo/UI/Mailer/Version +++ b/SOGo/UI/Mailer/Version @@ -1,3 +1,3 @@ # $Id$ -SUBMINOR_VERSION:=4 +SUBMINOR_VERSION:=6 diff --git a/SOGo/UI/Mailer/mailer.css b/SOGo/UI/Mailer/mailer.css index 25682e68..b32121b6 100644 --- a/SOGo/UI/Mailer/mailer.css +++ b/SOGo/UI/Mailer/mailer.css @@ -108,9 +108,9 @@ text-align: center; vertical-align: top; font-size: 11pt; -// width: 24px; -// padding: 2px 2px 2px 2px; -// margin: 2px 2px 2px 2px; +/* width: 24px; */ +/* padding: 2px 2px 2px 2px; */ +/* margin: 2px 2px 2px 2px; */ } .dayoverview_cal_content { @@ -788,6 +788,7 @@ td.monthprintview_content_dimmed { height: 24px; vertical-align: middle; padding-top: 6px; + padding-left: 6px; } .whitesec_title { @@ -801,3 +802,44 @@ td.monthprintview_content_dimmed { color: black; vertical-align: bottom; } + +/* toolbar */ + +.tb_toolbar { + height: 30px; +} +.tb_toolbar_group { + height: 30px; + padding-right: 16px; +} + +td.tb_icon { + text-align: center; +} +td.tb_label { + font-size: 9pt; + font-family: Arial, Helvetica, Verdana, Geneva, Tahoma, sans-serif; + color: #000000; + text-align: center; +} +td.tb_spacer { + width: 16px; +} + +td.tb_icon a { + width: 30px; + height: 30px; + margin: 0px auto; + display: block; +} + +.tbicon_getmail { background-image: url(tbtb_getmail.png); } +.tbicon_compose { background-image: url(tbtb_compose.png); } +.tbicon_addressbook { background-image: url(tbtb_addressbook.png); } +.tbicon_reply { background-image: url(tbtb_reply.png); } +.tbicon_replyall { background-image: url(tbtb_replyall.png); } +.tbicon_forward { background-image: url(tbtb_forward.png); } +.tbicon_delete { background-image: url(tbtb_delete.png); } +.tbicon_junk { background-image: url(tbtb_trash.png); } +.tbicon_print { background-image: url(tbtb_print.png); } +.tbicon_stop { background-image: url(tbtb_deletedoc.png); } diff --git a/SOGo/UI/Mailer/product.plist b/SOGo/UI/Mailer/product.plist index 75964731..68a4b7ec 100644 --- a/SOGo/UI/Mailer/product.plist +++ b/SOGo/UI/Mailer/product.plist @@ -5,17 +5,6 @@ "uix.css", "mailer.css", - "treeview_corner.gif", - "treeview_corner_minus.gif", - "treeview_corner_plus.gif", - "treeview_junction.gif", - "treeview_leaf.gif", - "treeview_leaf_corner.gif", - "treeview_line.gif", - "treeview_minus.gif", - "treeview_plus.gif", - "treeview_space.gif", - "tbtv_account_17x17.gif", "tbtv_drafts_17x17.gif", "tbtv_inbox_17x17.gif", @@ -31,6 +20,21 @@ "tbtv_sent_17x17.gif", "tbtv_trash_17x17.gif", + "tbtb_addressbook.png", + "tbtb_compose.png", + "tbtb_delete.png", + "tbtb_deletedoc.png", + "tbtb_filetofolder.png", + "tbtb_forward.png", + "tbtb_getmail.png", + "tbtb_next.png", + "tbtb_previous.png", + "tbtb_print.png", + "tbtb_reply.png", + "tbtb_replyall.png", + "tbtb_search.png", + "tbtb_trash.png", + "tbird_073_accountview.png", "tbird_073_compose.png", "tbird_073_mailwelcome.png",
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Get MailWriteAddress Book ReplyReply AllForward DeleteJunk PrintStop
- OGo + SOGo