From 8df7184cada3390918cd4364c1382603e2ee26c7 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 17 Nov 2010 14:49:06 +0300 Subject: rework preferences to use dijit stuff --- modules/pref-prefs.php | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) (limited to 'modules/pref-prefs.php') diff --git a/modules/pref-prefs.php b/modules/pref-prefs.php index 2133715a2..18a336396 100644 --- a/modules/pref-prefs.php +++ b/modules/pref-prefs.php @@ -195,10 +195,12 @@ $_SESSION["prefs_op_result"] = ""; + print "
"; + print "
"; + print "
"; print ""; - print ""; $result = db_query($link, "SELECT email,full_name, access_level FROM ttrss_users @@ -240,11 +242,13 @@ print "

"; + print ""; # pane + print "

"; + print ""; print "

".__("Personal data")."

"; - print ""; print ""; print "

".__("Authentication")."

".__("Old password").""; + + print ""; #pane } + print "
"; + if ($_SESSION["profile"]) { initialize_user_prefs($link, $_SESSION["uid"], $_SESSION["profile"]); $profile_qpart = "profile = '" . $_SESSION["profile"] . "'"; @@ -325,7 +333,7 @@ print "
"; } - print "

"; + print "
"; $active_section = $line["section_name"]; @@ -434,6 +442,9 @@ print ""; + print ""; #pane + print ""; #container + } } ?> -- cgit v1.2.3