From 99c6ebf1d47f45801b912d0bdb1a45e13f389bd6 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 20 Jan 2009 16:27:38 +0100 Subject: tweak feedbrowser layout --- modules/pref-feed-browser.php | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/modules/pref-feed-browser.php b/modules/pref-feed-browser.php index 01d350458..576b684a9 100644 --- a/modules/pref-feed-browser.php +++ b/modules/pref-feed-browser.php @@ -114,16 +114,29 @@ } - print "
".__('This panel shows feeds subscribed by other users of this system, just in case you are interested in them too.')."
"; + /* print "
".__('This panel shows feeds subscribed by other users of this system, just in case you are interested in them too.')."
"; */ - print "

+ print "

-

"; +
"; + + print "
+ ".__('Top')." + +
"; if ($browser_search) { $search_qpart = " AND ( @@ -145,19 +158,6 @@ ORDER BY subscribers DESC LIMIT $limit"); print "
"; - - print "
- ".__('Top')." - -
"; if (db_num_rows($result) > 0) { -- cgit v1.2.3