[Vtigercrm-commits] [vtiger-commits] r10547 - /vtigercrm/branches/5.0.3/Smarty/templates/ListEmailTemplates.tpl

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Wed Apr 4 03:16:23 EDT 2007


Author: saraj
Date: Wed Apr  4 01:16:17 2007
New Revision: 10547

Log:
fix for Email icon is shrinked. Fixes #3398 --Minnie

Modified:
    vtigercrm/branches/5.0.3/Smarty/templates/ListEmailTemplates.tpl

Modified: vtigercrm/branches/5.0.3/Smarty/templates/ListEmailTemplates.tpl
==============================================================================
--- vtigercrm/branches/5.0.3/Smarty/templates/ListEmailTemplates.tpl (original)
+++ vtigercrm/branches/5.0.3/Smarty/templates/ListEmailTemplates.tpl Wed Apr  4 01:16:17 2007
@@ -115,7 +115,7 @@
     				<input name="module" type="hidden" value="Settings">
     				<input name="action" type="hidden" value="deleteemailtemplate">
 				<tr>
-					<td width=50 rowspan=2 valign=top><img src="{$IMAGE_PATH}ViewTemplate.gif" width="45" height="60" border=0></td>
+					<td width=50 rowspan=2 valign=top><img src="{$IMAGE_PATH}ViewTemplate.gif" border=0></td>
 					<td class=heading2 valign=bottom><b><a href="index.php?module=Settings&action=index&parenttab=Settings">{$MOD.LBL_SETTINGS}</a> > {$UMOD.LBL_EMAIL_TEMPLATES} </b></td>
 				</tr>
 				<tr>





More information about the vtigercrm-commits mailing list