[Vtigercrm-commits] [vtiger-commits] r7881 - /vtigercrm/trunk/Smarty/templates/SetMenu.tpl

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Fri Jul 7 01:54:57 EDT 2006


Author: saraj
Date: Thu Jul  6 23:54:53 2006
New Revision: 7881

Log:
Updated the setmenu tpl

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

Modified: vtigercrm/trunk/Smarty/templates/SetMenu.tpl
==============================================================================
--- vtigercrm/trunk/Smarty/templates/SetMenu.tpl (original)
+++ vtigercrm/trunk/Smarty/templates/SetMenu.tpl Thu Jul  6 23:54:53 2006
@@ -95,9 +95,9 @@
 				{/if} 	
 
 				{if $smarty.request.action eq 'OrganizationTermsandConditions' || $smarty.request.action eq 'savetermsandconditions'}
-				<tr><td class="settingsTabSelected" nowrap><a href="index.php?module=Users&action=OrganizationTermsandConditions&parenttab=Settings">{$MOD.INVENTORY_TANDC}</a></td></tr>
+				<tr><td class="settingsTabSelected" nowrap><a href="index.php?module=Users&action=OrganizationTermsandConditions&parenttab=Settings">{$MOD.LBL_INVENTORY_TANDC}</a></td></tr>
 				{else}
-				<tr><td class="settingsTabList" nowrap><a href="index.php?module=Users&action=OrganizationTermsandConditions&parenttab=Settings">{$MOD.INVENTORY_TANDC}</a></td></tr>
+				<tr><td class="settingsTabList" nowrap><a href="index.php?module=Users&action=OrganizationTermsandConditions&parenttab=Settings">{$MOD.LBL_INVENTORY_TANDC}</a></td></tr>
 				{/if}
 
 	





More information about the vtigercrm-commits mailing list