[Vtigercrm-commits] [vtiger-commits] r10638 - in /vtigercrm/branches/5.0.3/Smarty/templates: CreateProfile.tpl RoleEditView.tpl

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Wed Apr 11 08:42:42 EDT 2007


Author: saraj
Date: Wed Apr 11 06:42:37 2007
New Revision: 10638

Log:
to remove unwanted alert while submitting form. --minnie

Modified:
    vtigercrm/branches/5.0.3/Smarty/templates/CreateProfile.tpl
    vtigercrm/branches/5.0.3/Smarty/templates/RoleEditView.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 Wed Apr 11 06:42:37 2007
@@ -186,6 +186,7 @@
         document.getElementById('pobox').focus();
 	return false
     {rdelim}
+    return false
 {rdelim}
 
 

Modified: vtigercrm/branches/5.0.3/Smarty/templates/RoleEditView.tpl
==============================================================================
--- vtigercrm/branches/5.0.3/Smarty/templates/RoleEditView.tpl (original)
+++ vtigercrm/branches/5.0.3/Smarty/templates/RoleEditView.tpl Wed Apr 11 06:42:37 2007
@@ -47,7 +47,7 @@
 		alert('{$APP.ROLE_SHOULDHAVE_INFO}');
 		return false;
 	{rdelim}
-	dup_validation();
+	dup_validation();return false
 {rdelim}
 </script>
 <br>





More information about the vtigercrm-commits mailing list