[Vtigercrm-commits] [vtiger-commits] r10615 - in /vtigercrm/branches/5.0.3: Smarty/templates/UserEditView.tpl include/js/en_us.lang.js
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Tue Apr 10 10:51:11 EDT 2007
Author: richie
Date: Tue Apr 10 08:51:05 2007
New Revision: 10615
Log:
* Fixed the i18n issue
Modified:
vtigercrm/branches/5.0.3/Smarty/templates/UserEditView.tpl
vtigercrm/branches/5.0.3/include/js/en_us.lang.js
Modified: vtigercrm/branches/5.0.3/Smarty/templates/UserEditView.tpl
==============================================================================
--- vtigercrm/branches/5.0.3/Smarty/templates/UserEditView.tpl (original)
+++ vtigercrm/branches/5.0.3/Smarty/templates/UserEditView.tpl Tue Apr 10 08:51:05 2007
@@ -50,7 +50,7 @@
);
{rdelim}
else
- alert("Please Enter Character & Numerical Values");
+ alert(alert_arr.NO_SPECIAL+" in User Name ")
{rdelim}
</script>
Modified: vtigercrm/branches/5.0.3/include/js/en_us.lang.js
==============================================================================
--- vtigercrm/branches/5.0.3/include/js/en_us.lang.js (original)
+++ vtigercrm/branches/5.0.3/include/js/en_us.lang.js Tue Apr 10 08:51:05 2007
@@ -107,5 +107,6 @@
NO_SPECIAL_CHARS:'Special Characters are not allowed in Invoice String',
SHARED_EVENT_DEL_MSG:'The User does not have permission to Delete this record.',
- PLS_SELECT_VALID_FILE:'Please select a file with the following extension:\n'
+ PLS_SELECT_VALID_FILE:'Please select a file with the following extension:\n',
+ NO_SPECIAL:'Special Characters are not allowed'
};
More information about the vtigercrm-commits
mailing list