From 16a1458367ce1832377b039dedbeb1181d388f54 Mon Sep 17 00:00:00 2001 From: helge Date: Tue, 28 Sep 2004 15:48:42 +0000 Subject: [PATCH] use thunderbird icons in mailview git-svn-id: http://svn.opengroupware.org/SOGo/trunk@327 d1b88da0-ebda-0310-925b-ed51d893ca5b --- SOGo/SoObjects/Mailer/SOGoMailManager.m | 2 +- SOGo/UI/Mailer/Images/tbtv_corner_17x17.gif | Bin 0 -> 80 bytes .../Mailer/Images/tbtv_corner_minus_17x17.gif | Bin 0 -> 121 bytes .../Mailer/Images/tbtv_corner_plus_17x17.gif | Bin 0 -> 125 bytes SOGo/UI/Mailer/UIxMailTree.wox | 35 ++++++++---------- SOGo/UI/Mailer/mailer.css | 6 ++- SOGo/UI/Mailer/product.plist | 15 ++++++++ 7 files changed, 36 insertions(+), 22 deletions(-) create mode 100644 SOGo/UI/Mailer/Images/tbtv_corner_17x17.gif create mode 100644 SOGo/UI/Mailer/Images/tbtv_corner_minus_17x17.gif create mode 100644 SOGo/UI/Mailer/Images/tbtv_corner_plus_17x17.gif 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 0000000000000000000000000000000000000000..d57bbbfc647542dccaad1c8dd6e3983ca0bfbc66 GIT binary patch literal 80 zcmZ?wbhEHb6l4%&XkcP!XlVHV|G(ltQRkx6#FEq$h4Rdj426)4R0VfW-v9<31|R?_ hWndEP>0inD`oGki;7hA@?k)UzuJw_}G=D}0YXB!j90dRX literal 0 HcmV?d00001 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 0000000000000000000000000000000000000000..81c616b56adb1c66ab1370be08b7999eb7051494 GIT binary patch literal 121 zcmZ?wbhEHb6l4%&IK%(~b#-+O4Gk?VE&u=j2Md4*#ebsCMX8A;sVNHOnI#ztAsML( z?w-B@3_2iLkY)yEU5{ON?maqbsjRA;ayGT1S;Xpou-Rf^CLQlNyn9;2CL4X4l&my8 Oclv??j}jFI25SI+vL*Nc literal 0 HcmV?d00001 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 0000000000000000000000000000000000000000..2ba4bf460acaf628a318d8b297758fda68b0f16d GIT binary patch literal 125 zcmZ?wbhEHb6l4%&IK%(~b#-+O4Gk?VE&u=j2Md4*#ebsCMX8A;sVNHOnI#ztAsML( z?w-B@3_2iLkY)yELyui|?maqbsjRA;ayGT1Sw!o=CtLMEt;NDj20lxCcO|tP-C} - - + + + + + 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", -- 2.39.5