[Vtigercrm-commits] [vtiger-commits] r6041 - /vtigercrm/trunk/Smarty/templates/Settings/ModuleOwnersContents.tpl
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Tue May 16 06:35:28 EDT 2006
Author: saraj
Date: Tue May 16 04:35:22 2006
New Revision: 6041
Log:
Assign Module Owners modified for i18n - ahmed
Modified:
vtigercrm/trunk/Smarty/templates/Settings/ModuleOwnersContents.tpl
Modified: vtigercrm/trunk/Smarty/templates/Settings/ModuleOwnersContents.tpl
==============================================================================
--- vtigercrm/trunk/Smarty/templates/Settings/ModuleOwnersContents.tpl (original)
+++ vtigercrm/trunk/Smarty/templates/Settings/ModuleOwnersContents.tpl Tue May 16 04:35:22 2006
@@ -39,7 +39,7 @@
{foreach name=modulelists item=modules from=$USER_LIST}
<tr class="prvPrfHoverOff" onmouseover="this.className='prvPrfHoverOn'" onmouseout="this.className='prvPrfHoverOff'">
<td>{$smarty.foreach.modulelists.iteration}</td>
- <td>{$modules.0}</td>
+ <td>{$APP[$modules.0]}</td>
<td><a href="index.php?module=Users&action=DetailView&record={$modules.1}">{$modules.2}</a></td>
</tr>
{/foreach}
@@ -47,7 +47,7 @@
{foreach name=modulelists item=modules from=$USER_LIST}
<tr class="prvPrfHoverOff">
<td>{$smarty.foreach.modulelists.iteration}</td>
- <td>{$modules.0}</td>
+ <td>{$APP[$modules.0]}</td>
<td>{$modules.1}</td>
</tr>
{/foreach}
More information about the vtigercrm-commits
mailing list