]> err.no Git - scalable-opengroupware.org/commitdiff
use thunderbird icons in mailview
authorhelge <helge@d1b88da0-ebda-0310-925b-ed51d893ca5b>
Tue, 28 Sep 2004 15:48:42 +0000 (15:48 +0000)
committerhelge <helge@d1b88da0-ebda-0310-925b-ed51d893ca5b>
Tue, 28 Sep 2004 15:48:42 +0000 (15:48 +0000)
git-svn-id: http://svn.opengroupware.org/SOGo/trunk@327 d1b88da0-ebda-0310-925b-ed51d893ca5b

SOGo/SoObjects/Mailer/SOGoMailManager.m
SOGo/UI/Mailer/Images/tbtv_corner_17x17.gif [new file with mode: 0644]
SOGo/UI/Mailer/Images/tbtv_corner_minus_17x17.gif [new file with mode: 0644]
SOGo/UI/Mailer/Images/tbtv_corner_plus_17x17.gif [new file with mode: 0644]
SOGo/UI/Mailer/UIxMailTree.wox
SOGo/UI/Mailer/mailer.css
SOGo/UI/Mailer/product.plist

index 0cffcabcc1d473089685b484e73c60e38a93f500..89ce31fd2f5f316689f663b3448d5c718e39e7fc 100644 (file)
@@ -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 (file)
index 0000000..d57bbbf
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 (file)
index 0000000..81c616b
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 (file)
index 0000000..2ba4bf4
Binary files /dev/null and b/SOGo/UI/Mailer/Images/tbtv_corner_plus_17x17.gif differ
index bd6400e3ac401a143f9065718f92278877e3fed1..6da28b680cff2fc5603fc1483a9d4eb72c50e1b7 100644 (file)
@@ -5,30 +5,27 @@
       xmlns:rsrc="OGo:url"
       xmlns:label="OGo:label"
 >
-<!--
-  <var:foreach list="clientObject.toManyRelationshipKeys" item="item">
-    <li><a var:href="item"><var:string value="item"/></a></li>
-  </var:foreach>
-  <hr />
--->
   <var:treeview
     list="rootNodes" item="item" sublist="itemChildNodes"
     currentPath="currentPath" zoom="isItemExpanded"
-    const:iconWidth       = "13"
-    const:plusIcon        = "treeview_plus.gif"
-    const:minusIcon       = "treeview_minus.gif"
-    const:lineIcon        = "treeview_line.gif"
-    const:cornerIcon      = "treeview_corner.gif"
-    const:junctionIcon    = "treeview_junction.gif"
-    const:leafIcon        = "treeview_leaf.gif"
-    const:leafCornerIcon  = "treeview_leaf_corner.gif"
-    const:cornerPlusIcon  = "treeview_corner_plus.gif"
-    const:cornerMinusIcon = "treeview_corner_minus.gif"
-    const:spaceIcon       = "treeview_space.gif"
+    const:iconWidth       = "17"
+    const:plusIcon        = "tbtv_plus_17x17.gif"
+    const:minusIcon       = "tbtv_minus_17x17.gif"
+    const:lineIcon        = "tbtv_line_17x17.gif"
+    const:cornerIcon      = "tbtv_corner_17x17.gif"
+    const:junctionIcon    = "tbtv_junction_17x17.gif"
+    const:leafIcon        = "tbtv_leaf_corner_17x17.gif"
+    const:leafCornerIcon  = "tbtv_leaf_corner_17x17.gif"
+    const:cornerPlusIcon  = "tbtv_corner_plus_17x17.gif"
+    const:cornerMinusIcon = "tbtv_corner_minus_17x17.gif"
+    const:spaceIcon       = "tbtv_space_17x17.gif"
   >
     <var:tree-data const:isTreeElement="YES" const:treeLink="">
-      <a href="#" class="treecell"
-         ><var:string value="item.davDisplayName" /></a>
+      <a href="#">
+        <span class="treecell">
+          <var:string value="item.davDisplayName" />
+        </span>
+      </a>
     </var:tree-data>
   </var:treeview>
 </span>
index 4557eeaa14ca2f634ea9423e77ce84889eabb8c9..5c580e908e62289f0ca306601467c5eb0e46f70b 100644 (file)
@@ -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;
 }
index 858516bfc6ebe77f9ee9220202aed529d1e4dcb6..75964731a18727999e1679c1f2c19284105b2324 100644 (file)
     "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",