From 1a2839b5b275b2fbef295c8961edc25291fd6706 Mon Sep 17 00:00:00 2001 From: dave Date: Fri, 11 Sep 2009 06:01:01 +0000 Subject: [PATCH] - Hack up the user editor window to use jquery ui tabs and ajax, sorta. More like a Frankenjax. Needs MAJOR help. --- admin/user_editor_window.php | 57 ++++++++++++++++++++++-------------- 1 file changed, 35 insertions(+), 22 deletions(-) diff --git a/admin/user_editor_window.php b/admin/user_editor_window.php index fccd1570..b48bec66 100644 --- a/admin/user_editor_window.php +++ b/admin/user_editor_window.php @@ -22,8 +22,8 @@ */ ?> + + +'; +echo ''; -echo ''; -$t = $tabs[$selected]; - -/* Setup some things */ -$_SESSION['embed'] = true; -$_SESSION['embed_submit_url'] = "{$_SERVER['PHP_SELF']}?id=$id&tab=$selected"; -$_SESSION['embed_edit_id'] = $id; - -echo '
'; -include("{$t['file']}"); -echo '
'; - -unset($_SESSION['embed']); -unset($_SESSION['embed_edit_id']); -unset($_SESSION['embed_submit_url']); - $icon_path = $config['SFIABDIRECTORY']."/images/16/"; $icon_exitension = $config['icon_extension'];