[Vtigercrm-commits] [vtiger-commits] r9697 - /vtigercrm/branches/5.0.2/Smarty/templates/ListView.tpl

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Thu Oct 26 04:07:04 EDT 2006


Author: richie
Date: Thu Oct 26 02:07:01 2006
New Revision: 9697

Log:
* Changed the user and group label to i18n

Modified:
    vtigercrm/branches/5.0.2/Smarty/templates/ListView.tpl

Modified: vtigercrm/branches/5.0.2/Smarty/templates/ListView.tpl
==============================================================================
--- vtigercrm/branches/5.0.2/Smarty/templates/ListView.tpl (original)
+++ vtigercrm/branches/5.0.2/Smarty/templates/ListView.tpl Thu Oct 26 02:07:01 2006
@@ -277,8 +277,8 @@
 					<td width="50%"><b>{$APP.LBL_TRANSFER_OWNERSHIP}</b></td>
 					<td width="2%"><b>:</b></td>
 					<td width="48%">
-					<input type = "radio" name = "user_lead_owner"  onclick=checkgroup(); checked>user&nbsp;
-					<input type = "radio" name = "user_lead_owner" onclick=checkgroup(); >group<br>
+					<input type = "radio" name = "user_lead_owner"  onclick=checkgroup(); checked>{$APP.LBL_USER}&nbsp;
+					<input type = "radio" name = "user_lead_owner" onclick=checkgroup(); >{$APP.LBL_GROUP}<br>
 					<select name="lead_owner" id="lead_owner" class="detailedViewTextBox">
 					{$CHANGE_OWNER}
 					</select>





More information about the vtigercrm-commits mailing list