[Vtigercrm-commits] [vtiger-commits] r5242 - /vtigercrm/trunk/Smarty/templates/ListEmailTemplates.tpl

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Fri Apr 21 11:14:14 EDT 2006


Author: saraj
Date: Fri Apr 21 09:14:10 2006
New Revision: 5242

Log:
parenttab added in Detail View & List View of Email Template - Ahmed

Modified:
    vtigercrm/trunk/Smarty/templates/ListEmailTemplates.tpl

Modified: vtigercrm/trunk/Smarty/templates/ListEmailTemplates.tpl
==============================================================================
--- vtigercrm/trunk/Smarty/templates/ListEmailTemplates.tpl (original)
+++ vtigercrm/trunk/Smarty/templates/ListEmailTemplates.tpl Fri Apr 21 09:14:10 2006
@@ -82,7 +82,7 @@
 					<td style="border:0px;">&nbsp;</td>
 
 					<td align="right" style="border:0px;">
-						<div align="right"><input type="submit" value="New Template" name="profile"  class="small" onclick="this.form.action.value='createemailtemplate';"/></div>
+						<div align="right"><input type="submit" value="New Template" name="profile"  class="small" onclick="this.form.action.value='createemailtemplate';this.form.parenttab.value='Settings';"/></div>
 					</td>
 				</tr>
 				<tr>{*<td colspan="4" style="border:0px;">&nbsp;</td>*}</tr>
@@ -102,9 +102,9 @@
 				{else}
 					<img src="{$IMAGE_PATH}private.gif" align="absmiddle" />
 				{/if}				
-				&nbsp;<a href="index.php?module=Users&action=detailviewemailtemplate&templateid={$template.templateid}" >{$template.templatename}</a></td>
+				&nbsp;<a href="index.php?module=Users&action=detailviewemailtemplate&parenttab=Settings&templateid={$template.templateid}" >{$template.templatename}</a></td>
 				<td>{$template.description}</td>
-				<td><a href="index.php?module=Users&action=detailviewemailtemplate&templateid={$template.templateid}">View Sample Email </a></td>
+				<td><a href="index.php?module=Users&action=detailviewemailtemplate&parenttab=Settings&templateid={$template.templateid}">View Sample Email </a></td>
 			  	</tr>
 				
 				{/foreach}





More information about the vtigercrm-commits mailing list