[Vtigercrm-commits] [vtiger-commits] r9880 - /vtigercrm/branches/5.0.3/Smarty/templates/Webmails.tpl
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Tue Nov 21 07:03:06 EST 2006
Author: richie
Date: Tue Nov 21 05:03:01 2006
New Revision: 9880
Log:
removed Show Hidden feature as it confuses the end user and is seldom used. By the same token, even the Expunge feature ought to be removed but have kept it as of now
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 Tue Nov 21 05:03:01 2006
@@ -45,10 +45,11 @@
<img src="{$IMAGE_PATH}webmail_settings.gif" align="absmiddle" />
<a href="index.php?module=Settings&action=AddMailAccount&record={$USERID}" class="webMnu">{$MOD.LBL_SETTINGS}</a>
</td>
- <td width="12%">
+<!-- We do not need this feature. Confuses the end user as he is not used to it. Commented out by Richie -->
+ <!-- td width="12%">
<img src="{$IMAGE_PATH}webmail_settings.gif" align="absmiddle" />
<a href="javascript:;" onclick="show_hidden();" class="webMnu">{$MOD.LBL_SHOW_HIDDEN}</a>
- </td>
+ </td -->
<td width="18%">
<img src="{$IMAGE_PATH}webmail_settings.gif" align="absmiddle" />
<a href="javascript:;" onclick="runEmailCommand('expunge','0');" class="webMnu">{$MOD.LBL_EXPUNGE_MAILBOX}</a>
More information about the vtigercrm-commits
mailing list