2004-09-29 Helge Hess <helge.hess@opengroupware.org>
+ * added toolbar images (v0.9.6)
+
* UIxMailTree.m: use new tree navigation methods in SoObjects (v0.9.5)
2004-09-28 Helge Hess <helge.hess@opengroupware.org>
MailerUI_RESOURCE_FILES += \
screenshots/*.png \
- Images/*.gif
+ Images/tbtv_*.gif \
+ Images/tbtb_*.png \
MailerUI_LOCALIZED_RESOURCE_FILES += \
default.strings
>
<div class="titlediv">
View:
- [popup all]
+ <select name="viewfilter">
+ <option value="all" >All</option>
+ <option value="unread">Unread</option>
+ </select>
+ <!-- var:popup -->
Subject or Sender contains:
- [search field]
- [clear]
+ <input name="searchtext" type="text" />
+ <input name="clear" type="submit" value="Clear" />
</div>
<div class="embedwhite_out">
<table border="0" width="100%" cellspacing="0" cellpadding="2">
<tr>
<td valign="top" class="vertframerow">
+<!--
Toolbar - different for the pages<br />
Mail:
-
- <span style="padding-right: 16px;">
- <span>Get Mail</span>
- <span>Write</span>
- <span>Address Book</span>
- </span>
- <span style="padding-right: 16px;">
- <span>Reply</span>
- <span>Reply All</span>
- <span>Forward</span>
- </span>
- <span style="padding-right: 16px;">
- <span>Delete</span>
- <span>Junk</span>
- </span>
- <span style="padding-right: 16px;">
- <span>Print</span>
- <span>Stop</span>
- </span>
+-->
+ <table border="0">
+ <tr>
+ <td class="tb_icon"><a href="#" class="tbicon_getmail"> </a></td>
+ <td class="tb_icon"><a href="#" class="tbicon_compose"> </a></td>
+ <td class="tb_icon"><a href="#" class="tbicon_addressbook"> </a></td>
+ <td class="tb_spacer"> </td>
+ <td class="tb_icon"><a href="#" class="tbicon_reply" > </a></td>
+ <td class="tb_icon"><a href="#" class="tbicon_replyall"> </a></td>
+ <td class="tb_icon"><a href="#" class="tbicon_forward" > </a></td>
+ <td class="tb_spacer"> </td>
+ <td class="tb_icon"><a href="#" class="tbicon_delete"> </a></td>
+ <td class="tb_icon"><a href="#" class="tbicon_junk" > </a></td>
+ <td class="tb_spacer"> </td>
+ <td class="tb_icon"><a href="#" class="tbicon_print"> </a></td>
+ <td class="tb_icon"><a href="#" class="tbicon_stop" > </a></td>
+ </tr>
+ <tr>
+ <td class="tb_label">Get Mail</td>
+ <td class="tb_label">Write</td>
+ <td class="tb_label">Address Book</td>
+ <td class="tb_spacer"> </td>
+ <td class="tb_label">Reply</td>
+ <td class="tb_label">Reply All</td>
+ <td class="tb_label">Forward</td>
+ <td class="tb_spacer"> </td>
+ <td class="tb_label">Delete</td>
+ <td class="tb_label">Junk</td>
+ <td class="tb_spacer"> </td>
+ <td class="tb_label">Print</td>
+ <td class="tb_label">Stop</td>
+ </tr>
+ </table>
</td>
<td align="right" width="80" class="vertframerow">
<!-- right: Thunderbird/OGo Icon? -->
- OGo
+ SOGo
</td>
</tr>
<tr class="vertframerow">
# $Id$
-SUBMINOR_VERSION:=4
+SUBMINOR_VERSION:=6
text-align: center;
vertical-align: top;
font-size: 11pt;
-// width: 24px;
-// padding: 2px 2px 2px 2px;
-// margin: 2px 2px 2px 2px;
+/* width: 24px; */
+/* padding: 2px 2px 2px 2px; */
+/* margin: 2px 2px 2px 2px; */
}
.dayoverview_cal_content {
height: 24px;
vertical-align: middle;
padding-top: 6px;
+ padding-left: 6px;
}
.whitesec_title {
color: black;
vertical-align: bottom;
}
+
+/* toolbar */
+
+.tb_toolbar {
+ height: 30px;
+}
+.tb_toolbar_group {
+ height: 30px;
+ padding-right: 16px;
+}
+
+td.tb_icon {
+ text-align: center;
+}
+td.tb_label {
+ font-size: 9pt;
+ font-family: Arial, Helvetica, Verdana, Geneva, Tahoma, sans-serif;
+ color: #000000;
+ text-align: center;
+}
+td.tb_spacer {
+ width: 16px;
+}
+
+td.tb_icon a {
+ width: 30px;
+ height: 30px;
+ margin: 0px auto;
+ display: block;
+}
+
+.tbicon_getmail { background-image: url(tbtb_getmail.png); }
+.tbicon_compose { background-image: url(tbtb_compose.png); }
+.tbicon_addressbook { background-image: url(tbtb_addressbook.png); }
+.tbicon_reply { background-image: url(tbtb_reply.png); }
+.tbicon_replyall { background-image: url(tbtb_replyall.png); }
+.tbicon_forward { background-image: url(tbtb_forward.png); }
+.tbicon_delete { background-image: url(tbtb_delete.png); }
+.tbicon_junk { background-image: url(tbtb_trash.png); }
+.tbicon_print { background-image: url(tbtb_print.png); }
+.tbicon_stop { background-image: url(tbtb_deletedoc.png); }
"uix.css",
"mailer.css",
- "treeview_corner.gif",
- "treeview_corner_minus.gif",
- "treeview_corner_plus.gif",
- "treeview_junction.gif",
- "treeview_leaf.gif",
- "treeview_leaf_corner.gif",
- "treeview_line.gif",
- "treeview_minus.gif",
- "treeview_plus.gif",
- "treeview_space.gif",
-
"tbtv_account_17x17.gif",
"tbtv_drafts_17x17.gif",
"tbtv_inbox_17x17.gif",
"tbtv_sent_17x17.gif",
"tbtv_trash_17x17.gif",
+ "tbtb_addressbook.png",
+ "tbtb_compose.png",
+ "tbtb_delete.png",
+ "tbtb_deletedoc.png",
+ "tbtb_filetofolder.png",
+ "tbtb_forward.png",
+ "tbtb_getmail.png",
+ "tbtb_next.png",
+ "tbtb_previous.png",
+ "tbtb_print.png",
+ "tbtb_reply.png",
+ "tbtb_replyall.png",
+ "tbtb_search.png",
+ "tbtb_trash.png",
+
"tbird_073_accountview.png",
"tbird_073_compose.png",
"tbird_073_mailwelcome.png",