[Vtigercrm-commits] [vtiger-commits] r9675 - /vtigercrm/branches/5.0.2/Smarty/templates/ActivityListView.tpl
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Mon Oct 23 05:48:08 EDT 2006
Author: aissafranc
Date: Mon Oct 23 03:48:05 2006
New Revision: 9675
Log:
Small correction for translate terms User and group
Modified:
vtigercrm/branches/5.0.2/Smarty/templates/ActivityListView.tpl
Modified: vtigercrm/branches/5.0.2/Smarty/templates/ActivityListView.tpl
==============================================================================
--- vtigercrm/branches/5.0.2/Smarty/templates/ActivityListView.tpl (original)
+++ vtigercrm/branches/5.0.2/Smarty/templates/ActivityListView.tpl Mon Oct 23 03:48:05 2006
@@ -439,8 +439,8 @@
<td width="2%"><b>:</b></td>
<td width="48%">
<form name="change_ownerform_name">
- <input type = "radio" name = "user_lead_owner" onclick=checkgroup(); checked>user
- <input type = "radio" name = "user_lead_owner" onclick=checkgroup(); >group<br>
+ <input type = "radio" name = "user_lead_owner" onclick=checkgroup(); checked>{$APP.LBL_USER}
+ <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