+2005-07-08 Helge Hess <helge.hess@opengroupware.org>
+
+ * UIxMailMainFrame.m: added "link" banner to jump to the other SOGo
+ tools, disable the banner in case the tree is disabled (since that
+ hints that a new window without the frame is being used, eg the
+ compose panel), added some more CSS classes instead of inline style
+ declarations (v0.9.132)
+
2005-07-08 Helge Hess <helge.hess@opengroupware.org>
* prepared ACL editors (v0.9.131)
Note: the 'href' is required, otherwise an element-id will get created
-->
<form name="pageform" var:href="pageFormURL" sidInUrl="NO">
- <table border="0" width="100%" cellspacing="0" cellpadding="2"
- style="position: fixed; height: 48px; z-index: 100;"
- >
+
+ <var:if condition="showLinkBanner">
+ <table cellpadding="5" cellspacing="0" border="0" class="linkbanner">
+ <tr>
+ <td colspan="2">
+ <table cellpadding="0" cellspacing="0" border="0" width="100%">
+ <tr>
+ <td class="linkbannerlinks">
+ <a var:href="relativeHomePath"
+ ><var:string label:value="Home" /></a> |
+ <a var:href="relativeCalendarPath"
+ ><var:string label:value="Calendar" /></a> |
+ <a var:href="relativeContactsPath"
+ ><var:string label:value="Addressbook" /></a> |
+ <a var:href="relativeMailPath"
+ ><var:string label:value="Mail" /></a> |
+ <a href="http://to.be.done/"
+ ><var:string label:value="Administration" /></a>
+ </td>
+ <td class="linkbannerimage">
+ <a href="http://www.opengroupware.org:80/" target="OGo">
+ <img rsrc:src="CommonUI.SOGo/menu_logo_top.gif"
+ align="center" border="0" alt="OGo Logo"
+ valign="middle"
+ />
+ </a>
+ </td>
+ </tr>
+ </table>
+
+ <!-- TODO: replace the line with a CSS straight line -->
+ <table cellpadding="0" cellspacing="0" border="0" width="100%">
+ <tr>
+ <td class="linecolor"><img
+ rsrc:src="CommonUI.SOGo/line_left.gif"/></td>
+ <td class="linecolor" width="98%">
+ <img rsrc:src="CommonUI.SOGo/line_stretch.gif"/>
+ </td>
+ <td class="linecolor"><img
+ rsrc:src="CommonUI.SOGo/line_right.gif"/></td>
+ </tr>
+ <tr>
+ <td valign="top" colspan="3">
+ <var:component className="UIxAppNavView" />
+ </td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+ </table>
+ </var:if>
+
+ <table border="0" class="tb_maintable" cellspacing="0" cellpadding="2"
+ var:style="bannerToolbarStyle">
<!-- this table is required for right alignment -->
<tr>
<td valign="top" class="vertframerow">
<var:component className="UIxMailToolbar" />
</td>
<td align="right" width="80" class="vertframerow">
- <table border="0">
+ <table border="0"> <!-- TODO: what is this table for? -->
<tr>
- <td class="tb_icon" style="width: 36px; padding-right: 8px;"
+ <td class="tb_logocell tb_icon"
><div class="tbicon_logo"> </div></td>
</tr>
</table>
</td>
</tr>
</table>
- <div style="height: 58px; clear: both;"> </div> <!-- consume toolbar -->
- <table border="0" width="100%" cellspacing="0" cellpadding="2"
- >
+ <!-- consume toolbar -->
+ <div class="tb_consumer" var:style="bannerConsumeStyle"> </div>
+
+ <table border="0" width="100%" cellspacing="0" cellpadding="2">
<tr class="vertframerow">
<td width="100%" valign="top" class="vertframerow" colspan="2">
<var:if condition="hideFolderTree">