[Vtigercrm-commits] [vtiger-commits] r4867 - /vtigercrm/trunk/Smarty/templates/CreateEmailTemplate.tpl
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Tue Apr 4 03:34:40 EDT 2006
Author: saraj
Date: Tue Apr 4 01:34:36 2006
New Revision: 4867
Log:
Added the settings link in the Header of Email Template
Modified:
vtigercrm/trunk/Smarty/templates/CreateEmailTemplate.tpl
Modified: vtigercrm/trunk/Smarty/templates/CreateEmailTemplate.tpl
==============================================================================
--- vtigercrm/trunk/Smarty/templates/CreateEmailTemplate.tpl (original)
+++ vtigercrm/trunk/Smarty/templates/CreateEmailTemplate.tpl Tue Apr 4 01:34:36 2006
@@ -109,9 +109,9 @@
<tr>
<td class="showPanelBg" valign="top" width="90%" style="padding-left:20px; "><br />
{if $EMODE eq 'edit'}
- <span class="lvtHeaderText">Communication Templates > Editing Email Templates > {$TEMPLATENAME}</span>
+ <span class="lvtHeaderText"><b><a href="index.php?module=Settings&action=index&parenttab=Settings">{$MOD.LBL_SETTINGS}</a> > Communication Templates > Editing Email Templates > {$TEMPLATENAME}</b></span>
{else}
- <span class="lvtHeaderText">Communication Templates > Creating Email Templates > New</span>
+ <span class="lvtHeaderText"><b><a href="index.php?module=Settings&action=index&parenttab=Settings">{$MOD.LBL_SETTINGS}</a> > Communication Templates > Creating Email Templates > New</b> </span>
{/if}
<hr noshade="noshade" size="1" />
</td>
More information about the vtigercrm-commits
mailing list