[Vtigercrm-commits] [vtiger-commits] r10325 - /vtigercrm/branches/5.0.3/Smarty/templates/CreateProfile.tpl
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Fri Mar 2 04:28:35 EST 2007
Author: richie
Date: Fri Mar 2 02:28:10 2007
New Revision: 10325
Log:
fixes #3069
Modified:
vtigercrm/branches/5.0.3/Smarty/templates/CreateProfile.tpl
Modified: vtigercrm/branches/5.0.3/Smarty/templates/CreateProfile.tpl
==============================================================================
--- vtigercrm/branches/5.0.3/Smarty/templates/CreateProfile.tpl (original)
+++ vtigercrm/branches/5.0.3/Smarty/templates/CreateProfile.tpl Fri Mar 2 02:28:10 2007
@@ -173,6 +173,7 @@
</tbody>
</table>
<script>
+var profile_err_msg='{$MOD.LBL_ENTER_PROFILE}';
function rolevalidate()
{ldelim}
var profilename = document.getElementById('pobox').value;
@@ -181,7 +182,7 @@
dup_validation(profilename);
else
{ldelim}
- alert('Enter The Profile name');
+ alert(profile_err_msg);
document.getElementById('pobox').focus();
{rdelim}
{rdelim}
More information about the vtigercrm-commits
mailing list