[Vtigercrm-commits] [vtiger-commits] r10460 - /vtigercrm/branches/5.0.3/Smarty/templates/Webmails.tpl

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Fri Mar 16 06:56:17 EDT 2007


Author: saraj
Date: Fri Mar 16 04:56:02 2007
New Revision: 10460

Log:
fix for Incoming Mail server settings' text not aligned properly. Fixes #3226 --Minnie

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 Fri Mar 16 04:56:02 2007
@@ -35,15 +35,11 @@
 								<img src="{$IMAGE_PATH}compose.gif" align="absmiddle" />
 								&nbsp;<a href="javascript:;" onclick="OpenCompose('','create');" class="webMnu">{$MOD.LBL_COMPOSE}</a>
 							</td>
-							<td width="10%">
+							<td width="20%" nowrap>
 								<img src="{$IMAGE_PATH}webmail_settings.gif" align="absmiddle" />
 								&nbsp;<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="12%">
-								<img src="{$IMAGE_PATH}webmail_settings.gif" align="absmiddle" />
-								&nbsp;<a href="javascript:;"  onclick="show_hidden();" class="webMnu">{$MOD.LBL_SHOW_HIDDEN}</a>
-							</td -->
-							<td width="18%">
+							<td width="30%">
 								<img src="{$IMAGE_PATH}webmail_settings.gif" align="absmiddle" />
 								&nbsp;<a href="javascript:;" onclick="runEmailCommand('expunge','0');" class="webMnu">{$MOD.LBL_EXPUNGE_MAILBOX}</a>
 							</td>





More information about the vtigercrm-commits mailing list