[Vtigercrm-commits] [vtiger-commits] r5387 - /vtigercrm/trunk/Smarty/templates/Emails.tpl
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Wed Apr 26 09:27:30 EDT 2006
Author: richie
Date: Wed Apr 26 07:27:26 2006
New Revision: 5387
Log:
subject passed to the td and shown on top.
Hardcoded inbox and sent counts removed
Modified:
vtigercrm/trunk/Smarty/templates/Emails.tpl
Modified: vtigercrm/trunk/Smarty/templates/Emails.tpl
==============================================================================
--- vtigercrm/trunk/Smarty/templates/Emails.tpl (original)
+++ vtigercrm/trunk/Smarty/templates/Emails.tpl Wed Apr 26 07:27:26 2006
@@ -5,7 +5,10 @@
hide("status");
document.getElementById("EmailDetails").innerHTML=response.responseText;
{rdelim}
-
+function setSubject(subject)
+{ldelim}
+document.getElementById("subjectsetter").innerHTML=subject
+{rdelim}
function getEmailContents(id)
{ldelim}
show("status");
@@ -64,10 +67,10 @@
<img src="{$IMAGE_PATH}webmail_root.gif" align="absmiddle" /> <b>All Mails</b>
<ul style="list-style-type:none;">
<li><img src="{$IMAGE_PATH}webmail_downarrow.gif" align="absmiddle" />
- <a href="#" class="webMnu">Inbox</a> <b>(121)</b>
+ <a href="#" class="webMnu">Inbox</a> <b></b>
</li>
<li><img src="{$IMAGE_PATH}webmail_uparrow.gif" align="absmiddle" />
- <a href="#" class="webMnu">Sent</a> <b>(21)</b>
+ <a href="#" class="webMnu">Sent</a> <b></b>
</li>
<li><img src="{$IMAGE_PATH}webmail_trash.gif" align="absmiddle" />
<a href="#" class="webMnu">Trash</a>
@@ -76,10 +79,10 @@
<img src="{$IMAGE_PATH}webmail_root.gif" align="absmiddle" /> <b class="txtGreen">Qualified Mails</b>
<ul style="list-style-type:none;">
<li><img src="{$IMAGE_PATH}webmail_downarrow.gif" align="absmiddle" />
- <a href="#" class="webMnu">Inbox</a> <b>(221)</b>
+ <a href="#" class="webMnu">Inbox</a> <b></b>
</li>
<li><img src="{$IMAGE_PATH}webmail_uparrow.gif" align="absmiddle" />
- <a href="#" class="webMnu">Sent</a> <b>(521)</b>
+ <a href="#" class="webMnu">Sent</a> <b></b>
</li>
<li><img src="{$IMAGE_PATH}webmail_trash.gif" align="absmiddle" />
<a href="#" class="webMnu">Trash</a>
@@ -129,7 +132,7 @@
</tr>
<tr>
<td> </td>
- <td class="mailHdr">Network world : WiFiTech Introduces new gen WiFi Router </td>
+ <td class="subHdr" id="subjectsetter"> </td>
</tr>
<tr>
<td> </td>
More information about the vtigercrm-commits
mailing list