[Vtigercrm-commits] [vtiger-commits] r10835 - /vtigercrm/branches/5.0.3/Smarty/templates/Webmails.tpl
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Thu May 10 14:58:54 EDT 2007
Author: richie
Date: Thu May 10 12:58:47 2007
New Revision: 10835
Log:
* Fixed the issue in webmails, Fixed #3789
Modified:
vtigercrm/branches/5.0.3/Smarty/templates/Webmails.tpl
Modified: vtigercrm/branches/5.0.3/Smarty/templates/Webmails.tpl
==============================================================================
--- vtigercrm/branches/5.0.3/Smarty/templates/Webmails.tpl (original)
+++ vtigercrm/branches/5.0.3/Smarty/templates/Webmails.tpl Thu May 10 12:58:47 2007
@@ -40,8 +40,8 @@
<a href="index.php?module=Users&action=AddMailAccount&record={$USERID}&return_module=Webmails&return_action=index" class="webMnu">{$MOD.LBL_SETTINGS}</a>
</td>
<td width="30%">
- <img src="{$IMAGE_PATH}webmail_settings.gif" align="absmiddle" />
- <a href="javascript:;" onclick="runEmailCommand('expunge','0');" class="webMnu">{$MOD.LBL_EXPUNGE_MAILBOX}</a>
+ <!--<img src="{$IMAGE_PATH}webmail_settings.gif" align="absmiddle" />
+ <a href="javascript:;" onclick="runEmailCommand('expunge','0');" class="webMnu">{$MOD.LBL_EXPUNGE_MAILBOX}</a>-->
</td>
<td> </td>
</tr>
@@ -53,7 +53,7 @@
<td width="80%" class="big mailSubHeader"><div id="nav"><span style="float:left">{$ACCOUNT} > {$MAILBOX}</span> <span style="float:right">{$NAVIGATION}</span></div></td>
</tr>
<tr>
- <td rowspan="6" valign="top" class="hdrNameBg">
+ <td rowspan="6" class="hdrNameBg">
<img src="{$IMAGE_PATH}webmail_root.gif" align="absmiddle" /> <span style="cursor:pointer;"><b class="txtGreen">{$MOD.LBL_MY_MAILS}</b> <span id="folderOpts" style="position:absolute;display:none">{$MOD.ADD_FOLDER}</span></span>
<div id="box_list">
<ul style="list-style-type:none;">
@@ -87,12 +87,6 @@
<img src="{$IMAGE_PATH}emailOutFolder.gif" align="absmiddle" />
<a href="index.php?module=Emails&action=ListView&folderid=5&parenttab=My Home Page" class="webMnu">{$MOD.LBL_TO_USERS}</a>
</li>
- <li class="lvtColData" onmouseover="this.className='lvtColDataHover'" onmouseout="this.className='lvtColData'">
- <img src="{$IMAGE_PATH}emailOutFolder.gif" align="absmiddle" />
- <a
- href="index.php?module=Emails&action=ListView&folderid=7&parenttab=My
- Home Page"
- class="webMnu">{$MOD.LBL_TO_GROUPS}</a> </li>
</ul><br />
<img src="{$IMAGE_PATH}webmail_root.gif" align="absmiddle" /> <b class="txtGreen">{$MOD.LBL_TRASH}</b>
<ul style="list-style-type:none;">
More information about the vtigercrm-commits
mailing list