[Vtigercrm-commits] [vtiger-commits] r5956 - /vtigercrm/trunk/Smarty/templates/ListViewEntries.tpl

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Sun May 14 08:01:13 EDT 2006


Author: saraj
Date: Sun May 14 06:01:08 2006
New Revision: 5956

Log:
i18n done for change owner button - ahmed

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

Modified: vtigercrm/trunk/Smarty/templates/ListViewEntries.tpl
==============================================================================
--- vtigercrm/trunk/Smarty/templates/ListViewEntries.tpl (original)
+++ vtigercrm/trunk/Smarty/templates/ListViewEntries.tpl Sun May 14 06:01:08 2006
@@ -33,7 +33,7 @@
                                         {/if}
 
                                  {/foreach}
-                                             <input class="small" type="button" value="Change Owner" onclick="return change(this,'changeowner')"/>
+                                             <input class="small" type="button" value="{$APP.LBL_CHANGE_OWNER}" onclick="return change(this,'changeowner')"/>
                                  </td>
 				 <td style="padding-right:20px" class="small" nowrap>{$RECORD_COUNTS}</td>
 		        	 <td nowrap >
@@ -105,7 +105,7 @@
                                         {/if}
 
                                  {/foreach}
-                                             <input class="small" type="button" value="Change Owner" onclick="return change(this,'changeowner')"/>
+                                             <input class="small" type="button" value="{$APP.LBL_CHANGE_OWNER}" onclick="return change(this,'changeowner')"/>
                                  </td>
 				 <td style="padding-right:20px" class="small" nowrap>{$RECORD_COUNTS}</td>
 				 <td nowrap >





More information about the vtigercrm-commits mailing list