[Vtigercrm-commits] [vtiger-commits] r10556 - /vtigercrm/branches/5.0.3/Smarty/templates/RoleEditView.tpl
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Wed Apr 4 10:54:03 EDT 2007
Author: saraj
Date: Wed Apr 4 08:53:58 2007
New Revision: 10556
Log:
fix for create a new role. Fixes #3499 --minnie
Modified:
vtigercrm/branches/5.0.3/Smarty/templates/RoleEditView.tpl
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 4 08:53:58 2007
@@ -61,7 +61,7 @@
{include file='SetMenu.tpl'}
<!-- DISPLAY -->
<table border=0 cellspacing=0 cellpadding=5 width=100% class="settingsSelUITopLine">
- <form name="newRoleForm" action="index.php" method="post">
+ <form name="newRoleForm" action="index.php" method="post" onSubmit="return validate()">
<input type="hidden" name="module" value="Settings">
<input type="hidden" name="action" value="SaveRole">
<input type="hidden" name="parenttab" value="Settings">
More information about the vtigercrm-commits
mailing list