From: Andrew Dolgov Date: Thu, 14 Aug 2008 05:52:04 +0000 (+0100) Subject: tweak feed browser UI X-Git-Tag: 1.2.26~5 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=db5c7f5ddfe3d6094bd818d121fdded87979d5ea;p=tt-rss.git tweak feed browser UI --- diff --git a/modules/pref-feed-browser.php b/modules/pref-feed-browser.php index 0cbb06e9..d213268a 100644 --- a/modules/pref-feed-browser.php +++ b/modules/pref-feed-browser.php @@ -82,7 +82,7 @@ set_pref($link, "_PREFS_ACTIVE_TAB", "feedBrowser"); - 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.')."
"; $limit = db_escape_string($_GET["limit"]); @@ -112,62 +112,66 @@ onclick=\"updateBigFeedBrowser()\" value=\"".__('Show')."\"> "; - print "
-
"; + if (db_num_rows($result) > 0) { - print ""; - print ""; } ?>