]> err.no Git - scalable-opengroupware.org/commitdiff
improved some UI styling
authorhelge <helge@d1b88da0-ebda-0310-925b-ed51d893ca5b>
Mon, 14 Feb 2005 15:25:00 +0000 (15:25 +0000)
committerhelge <helge@d1b88da0-ebda-0310-925b-ed51d893ca5b>
Mon, 14 Feb 2005 15:25:00 +0000 (15:25 +0000)
git-svn-id: http://svn.opengroupware.org/SOGo/trunk@557 d1b88da0-ebda-0310-925b-ed51d893ca5b

SOGo/UI/Mailer/ChangeLog
SOGo/UI/Mailer/UIxMailFilterPanel.wox
SOGo/UI/Mailer/UIxMailTree.wox
SOGo/UI/Mailer/Version
SOGo/UI/Mailer/mailer.css

index c995e1b703713b83e0cea36dd8bb0a7f860d4ac5..b4071acd4d0a71aa1cc1374199351aa714df3971 100644 (file)
@@ -1,5 +1,13 @@
 2005-02-14  Helge Hess  <helge.hess@opengroupware.org>
        
+       * v0.9.106
+       
+       * UIxMailFilterPanel.wox: improved CSS styling of the search field
+
+       * UIxMailTree.wox: fixed display of special mail icons if a folder
+         has subfolders and is open (in short: the 'cornerIcon' binding is
+         properly set)
+
        * v0.9.105
        
        * UIxMailTree.m: fixed handling of root nodes (properly display all
index f87d879b8876a2419352101de75b9511fa344955..f2a52f43dbe76fb41e2006c29fca4e6f7e70d2c6 100644 (file)
@@ -1,23 +1,31 @@
 <?xml version='1.0' standalone='yes'?>
-<div
+<table
   xmlns="http://www.w3.org/1999/xhtml"
   xmlns:var="http://www.skyrix.com/od/binding"
   xmlns:const="http://www.skyrix.com/od/constant"
   xmlns:uix="OGo:uix"
   xmlns:rsrc="OGo:url"
   xmlns:label="OGo:label"
-  class="titlediv" style="white-space: nowrap;"
+  class="titletable"
+  cellspacing="0" cellpadding="0"
 >
-  <var:string label:value="View" />:
-  <var:popup list="filters" 
-             item="filter" string="filterLabel" value="filter"
-             selection="selectedFilter"
-             const:name="filterpopup" 
-             const:onchange="document.pageform.submit()" />
-
-  <var:string label:value="Subject or Sender contains" />:
-  <input name="searchtext" type="text" var:value="searchText" />
-<!--
-  <input type="button" onclick="clearSearch(this)" label:value="Clear" />
--->
-</div>
+  <tr>
+    <td class="titlecell">
+      <var:string label:value="View" />:
+    </td>
+    <td class="titlecell">
+      <var:popup list="filters" 
+              item="filter" string="filterLabel" value="filter"
+              selection="selectedFilter"
+              const:name="filterpopup" 
+              const:onchange="document.pageform.submit()" />
+    </td>
+    <td class="titlecell" style="padding-left: 4px;">
+      <var:string label:value="Subject or Sender contains" />:
+    </td>
+    <td class="titlecell" style="width: 80%; padding-right: 1px;">
+      <input name="searchtext" type="text" var:value="searchText" 
+             style="width: 100%;" />
+    </td>
+  </tr>
+</table>
index f6624f71baf2f7152ce9a80581e9ac77acb1741d..f88e16ff6eb9859104fa4e495af2b23f4821dfcc 100644 (file)
@@ -22,7 +22,7 @@
     const:spaceIcon       = "tbtv_space_17x17.gif"
   >
     <var:tree-data const:isTreeElement="YES" const:treeLink=""
-                   var:icon="item.iconName">
+                   var:icon="item.iconName" var:cornerIcon="item.iconName">
       <a var:href="item.link">
         <span class="treecell">
           <var:if condition="item.isActiveNode">
index 8991b9b600dd7e6296112e7425477fc0fe2c987d..177d1750bbb18836eadbc8dcf655193f9efea3a1 100644 (file)
@@ -1,6 +1,6 @@
 # version file
 
-SUBMINOR_VERSION:=105
+SUBMINOR_VERSION:=106
 
 # v0.9.100 requires libNGMime        v4.5.213
 # v0.9.99  requires libNGMime        v4.5.212
index 74c06af59394699beb9dca976f6c1015c5e422e2..e9587b5f3e96f1c651286f9726cd80f540dcdaa3 100644 (file)
@@ -1,3 +1,5 @@
+/* TODO: is the section below used in the mailer? */
+
 .aptview_title {
   font-size:        10pt;
   font-family:      Arial, Helvetica, Verdana, Geneva, Tahoma, sans-serif;
   padding-top:    6px;
   padding-left:   6px;
 }
+table.titletable {
+  height:         24px;
+  vertical-align: middle;
+  padding-top:    6px;
+  padding-left:   6px;
+}
+td.titlecell {
+  height:         22px;
+  vertical-align: middle;
+  padding-bottom: 2px;
+  white-space:    nowrap;
+  font-family:    Arial, Helvetica, Verdana, Geneva, Tahoma, sans-serif;
+  font-size:      10pt;
+}
 
 .whitesec_title {
   background-color: #D4D0C8;