[Vtigercrm-commits] [vtiger-commits] r5508 - /vtigercrm/trunk/modules/Users/CreateProfile1.php

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Thu Apr 27 18:41:47 EDT 2006


Author: don
Date: Thu Apr 27 16:41:42 2006
New Revision: 5508

Log:
Fixed the Issue in Wizard Navigation in Step1 and Step2

Modified:
    vtigercrm/trunk/modules/Users/CreateProfile1.php

Modified: vtigercrm/trunk/modules/Users/CreateProfile1.php
==============================================================================
--- vtigercrm/trunk/modules/Users/CreateProfile1.php (original)
+++ vtigercrm/trunk/modules/Users/CreateProfile1.php Thu Apr 27 16:41:42 2006
@@ -19,6 +19,10 @@
 $image_path=$theme_path."images/";
 $smarty = new vtigerCRM_Smarty;
 
+if(isset($_REQUEST['parent_profile']) && $_REQUEST['parent_profile'] != '')
+	$smarty->assign("PARENT_PROFILE",$_REQUEST['parent_profile']);
+if(isset($_REQUEST['radio_button']) && $_REQUEST['radio_button'] != '')
+	$smarty->assign("RADIO_BUTTON",$_REQUEST['radio_button']);
 if(isset($_REQUEST['profile_name']) && $_REQUEST['profile_name'] != '')
 	$smarty->assign("PROFILE_NAME",$_REQUEST['profile_name']);
 if(isset($_REQUEST['profile_description']) && $_REQUEST['profile_description'] != '')





More information about the vtigercrm-commits mailing list