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
<?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>
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">
+/* 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;