[Vtigercrm-commits] [vtiger-commits] r7947 - /vtigercrm/trunk/Smarty/templates/UserListViewContents.tpl

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Mon Jul 10 11:02:35 EDT 2006


Author: saraj
Date: Mon Jul 10 09:02:31 2006
New Revision: 7947

Log:
updated i18n for user list view

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

Modified: vtigercrm/trunk/Smarty/templates/UserListViewContents.tpl
==============================================================================
--- vtigercrm/trunk/Smarty/templates/UserListViewContents.tpl (original)
+++ vtigercrm/trunk/Smarty/templates/UserListViewContents.tpl Mon Jul 10 09:02:31 2006
@@ -36,9 +36,9 @@
 	<td class="listTableRow small" valign=top>{$listvalues.7}</td>
 	<td class="listTableRow small" valign=top>{$listvalues.6}</td>
 	{if $listvalues.4 eq 'Active'}
-	<td class="listTableRow small active" valign=top>{$listvalues.4}</td>
+	<td class="listTableRow small active" valign=top>{$APP[$listvalues.4]}</td>
 	{else}
-	<td class="listTableRow small inactive" valign=top>{$listvalues.4}</td>
+	<td class="listTableRow small inactive" valign=top>{$APP[$listvalues.4]}</td>
 	{/if}	
 
 </tr>





More information about the vtigercrm-commits mailing list