From c2913898f1f56548d457073dbaa03c77ddc6d0d9 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sat, 24 Jan 2009 06:01:17 +0100 Subject: use popup feedbrowser for main UI (2) --- modules/pref-feeds.php | 44 +++++++++++++++++++++++++++++++------------- 1 file changed, 31 insertions(+), 13 deletions(-) (limited to 'modules/pref-feeds.php') diff --git a/modules/pref-feeds.php b/modules/pref-feeds.php index 0bdaf4e55..6c80d69a3 100644 --- a/modules/pref-feeds.php +++ b/modules/pref-feeds.php @@ -64,33 +64,41 @@ print "
"; - $browser_search = db_escape_string($_GET["search"]); - if (array_key_exists("search", $_GET)) { - $_SESSION["feed_browser_search"] = $browser_search; - } else { - $browser_search = $_SESSION["feed_browser_search"]; - } - //print "

".__("Showing top 25 registered feeds, sorted by popularity:")."

"; - print " + "; + onclick=\"javascript:updateFeedBrowser()\" value=\"".__('Search')."\"> +
"; + + print __('Top')." + "; print "

"; $owner_uid = $_SESSION["uid"]; print "

"; print "
-