[Vtigercrm-commits] [vtiger-commits] r4187 - /vtigercrm/trunk/Smarty/templates/EditProfile.tpl

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Wed Mar 15 02:24:09 EST 2006


Author: don
Date: Wed Mar 15 00:24:03 2006
New Revision: 4187

Log:
Added profile name and description as hidden parameters

Modified:
    vtigercrm/trunk/Smarty/templates/EditProfile.tpl

Modified: vtigercrm/trunk/Smarty/templates/EditProfile.tpl
==============================================================================
--- vtigercrm/trunk/Smarty/templates/EditProfile.tpl (original)
+++ vtigercrm/trunk/Smarty/templates/EditProfile.tpl Wed Mar 15 00:24:03 2006
@@ -34,9 +34,11 @@
 	</table>
 	<form action="index.php" method="post" name="new" id="form">
 	<input type="hidden" name="module" value="Users">		
-	<input type="hidden" name="action" value="profilePrivileges">		
-	<input type="hidden" name="mode" value="edit">	
-	<input type="hidden" name="profileid" value="{$PROFILEID}">	
+	<input type="hidden" name="action" value="{$ACTION}">		
+	<input type="hidden" name="mode" value="{$MODE}">	
+	<input type="hidden" name="profileid" value="{$PROFILEID}">
+	<input type="hidden" name="profile_name" value="{$PROFILE_NAME}">
+	<input type="hidden" name="profile_description" value="{$PROFILE_DESCRIPTION}">	
 	
 	<table border="0" cellspacing="0" cellpadding=	"0" width="100%" class="prvPrfOutline">
 	<tr>





More information about the vtigercrm-commits mailing list