diff --git a/backend.php b/backend.php index e7e4d6bcf..e9bca7346 100644 --- a/backend.php +++ b/backend.php @@ -1441,28 +1441,27 @@ $feed_search = $_SESSION["prefs_feed_search"]; } - print " - -
- - "; + print "
+ + +
"; + + print "
+ + "; if (ENABLE_FEED_BROWSER && !SINGLE_USER_MODE) { print " "; } - - print "
- - -
"; + + print ""; $feeds_sort = db_escape_string($_GET["sort"]); @@ -3291,7 +3290,7 @@ onkeyup=\"toggleSubmitNotEmpty(this, 'user_add_btn')\" size=\"40\"> "; - print""; diff --git a/prefs.js b/prefs.js index 2c10a2dbc..da8a4c3e2 100644 --- a/prefs.js +++ b/prefs.js @@ -1537,4 +1537,8 @@ function pref_hotkey_handler(e) { } } - +function userSwitch() { + var chooser = document.getElementById("userSwitch"); + var user = chooser[chooser.selectedIndex].value; + window.location = "prefs.php?swu=" + user; +} diff --git a/prefs.php b/prefs.php index 8e16a6d86..35af49944 100644 --- a/prefs.php +++ b/prefs.php @@ -133,6 +133,20 @@ window.onload = init;

Loading, please wait...

+
+ + + + Tiny Tiny RSS v © 2005-2006 Andrew Dolgov +
+