From: Andrew Dolgov Date: Tue, 20 Jan 2009 15:27:38 +0000 (+0100) Subject: tweak feedbrowser layout X-Git-Tag: 1.3.0~22 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=99c6ebf1d47f45801b912d0bdb1a45e13f389bd6;p=tt-rss.git tweak feedbrowser layout --- diff --git a/modules/pref-feed-browser.php b/modules/pref-feed-browser.php index 01d35045..576b684a 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) {