[Vtigercrm-commits] [vtiger-commits] r5988 - /vtigercrm/trunk/Smarty/templates/Header.tpl

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Mon May 15 06:26:37 EDT 2006


Author: saraj
Date: Mon May 15 04:26:32 2006
New Revision: 5988

Log:
i18n done for all menu button - ahmed

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

Modified: vtigercrm/trunk/Smarty/templates/Header.tpl
==============================================================================
--- vtigercrm/trunk/Smarty/templates/Header.tpl (original)
+++ vtigercrm/trunk/Smarty/templates/Header.tpl Mon May 15 04:26:32 2006
@@ -324,7 +324,7 @@
 		<td valign="top">
 		{assign var="parentno" value=0}
 		{foreach name=parenttablist key=parenttab item=details from=$QUICKACCESS}
-			<span class="allMnuHdr">{$parenttab}</span>
+			<span class="allMnuHdr">{$APP[$parenttab]}</span>
 			{foreach name=modulelist item=modules from=$details}
        		{math assign="num" equation="x + y" x=$parentno y=1}
 			{math assign="loopvalue" equation="x % y" x=$num y=14}
@@ -332,7 +332,7 @@
 			{if $loopvalue eq '0'}
 				</td><td valign="top">
 			{/if}
-			<a href="index.php?module={$modules.0}&action=index&parenttab={$parenttab}" class="allMnu">{$modules.1}</a>
+			<a href="index.php?module={$modules.0}&action=index&parenttab={$parenttab}" class="allMnu">{$APP[$modules.1]}</a>
 		{/foreach}
 		{/foreach}
 		</td>





More information about the vtigercrm-commits mailing list