From: helge Date: Tue, 28 Sep 2004 15:48:42 +0000 (+0000) Subject: use thunderbird icons in mailview X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=16a1458367ce1832377b039dedbeb1181d388f54;p=scalable-opengroupware.org use thunderbird icons in mailview git-svn-id: http://svn.opengroupware.org/SOGo/trunk@327 d1b88da0-ebda-0310-925b-ed51d893ca5b --- diff --git a/SOGo/SoObjects/Mailer/SOGoMailManager.m b/SOGo/SoObjects/Mailer/SOGoMailManager.m index 0cffcabc..89ce31fd 100644 --- a/SOGo/SoObjects/Mailer/SOGoMailManager.m +++ b/SOGo/SoObjects/Mailer/SOGoMailManager.m @@ -234,7 +234,7 @@ static NSTimeInterval PoolScanInterval = 5 * 60; if ((self = [super init])) { self->client = [_client retain]; self->password = [_pwd copy]; - + self->creationTime = [[NSDate alloc] init]; } return self; diff --git a/SOGo/UI/Mailer/Images/tbtv_corner_17x17.gif b/SOGo/UI/Mailer/Images/tbtv_corner_17x17.gif new file mode 100644 index 00000000..d57bbbfc Binary files /dev/null and b/SOGo/UI/Mailer/Images/tbtv_corner_17x17.gif differ diff --git a/SOGo/UI/Mailer/Images/tbtv_corner_minus_17x17.gif b/SOGo/UI/Mailer/Images/tbtv_corner_minus_17x17.gif new file mode 100644 index 00000000..81c616b5 Binary files /dev/null and b/SOGo/UI/Mailer/Images/tbtv_corner_minus_17x17.gif differ diff --git a/SOGo/UI/Mailer/Images/tbtv_corner_plus_17x17.gif b/SOGo/UI/Mailer/Images/tbtv_corner_plus_17x17.gif new file mode 100644 index 00000000..2ba4bf46 Binary files /dev/null and b/SOGo/UI/Mailer/Images/tbtv_corner_plus_17x17.gif differ diff --git a/SOGo/UI/Mailer/UIxMailTree.wox b/SOGo/UI/Mailer/UIxMailTree.wox index bd6400e3..6da28b68 100644 --- a/SOGo/UI/Mailer/UIxMailTree.wox +++ b/SOGo/UI/Mailer/UIxMailTree.wox @@ -5,30 +5,27 @@ xmlns:rsrc="OGo:url" xmlns:label="OGo:label" > - - + + + + + diff --git a/SOGo/UI/Mailer/mailer.css b/SOGo/UI/Mailer/mailer.css index 4557eeaa..5c580e90 100644 --- a/SOGo/UI/Mailer/mailer.css +++ b/SOGo/UI/Mailer/mailer.css @@ -796,6 +796,8 @@ td.monthprintview_content_dimmed { } .treecell { - font-family: Arial, Helvetica, Verdana, Geneva, Tahoma, sans-serif; - font-size: 10pt; + font-family: Arial, Helvetica, Verdana, Geneva, Tahoma, sans-serif; + font-size: 10pt; + color: black; + vertical-align: bottom; } diff --git a/SOGo/UI/Mailer/product.plist b/SOGo/UI/Mailer/product.plist index 858516bf..75964731 100644 --- a/SOGo/UI/Mailer/product.plist +++ b/SOGo/UI/Mailer/product.plist @@ -16,6 +16,21 @@ "treeview_plus.gif", "treeview_space.gif", + "tbtv_account_17x17.gif", + "tbtv_drafts_17x17.gif", + "tbtv_inbox_17x17.gif", + "tbtv_junction2_17x17.gif", + "tbtv_junction_17x17.gif", + "tbtv_leaf_corner_17x17.gif", + "tbtv_line_17x17.gif", + "tbtv_minus_17x17.gif", + "tbtv_plus_17x17.gif", + "tbtv_corner_17x17.gif", + "tbtv_corner_minus_17x17.gif", + "tbtv_corner_plus_17x17.gif", + "tbtv_sent_17x17.gif", + "tbtv_trash_17x17.gif", + "tbird_073_accountview.png", "tbird_073_compose.png", "tbird_073_mailwelcome.png",