From 577399e8294385343fdfc893c1436cf4ea00d49f Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 12 Jan 2010 15:56:29 +0300 Subject: more button styles work --- modules/pref-feeds.php | 60 +++++++++++++++++--------------------------------- 1 file changed, 20 insertions(+), 40 deletions(-) (limited to 'modules/pref-feeds.php') diff --git a/modules/pref-feeds.php b/modules/pref-feeds.php index fb5a1ecae..158c97c05 100644 --- a/modules/pref-feeds.php +++ b/modules/pref-feeds.php @@ -69,11 +69,6 @@ if ($subop == "browse") { - if (!ENABLE_FEED_BROWSER) { - print __("Feed browser is administratively disabled."); - return; - } - print "
".__('Feed Browser')."
"; print "
"; @@ -89,11 +84,8 @@ - + onchange=\"javascript:updateFeedBrowser()\" value=\"$browser_search\"> +
"; print " "; + print " "; - print " - "; - print "

"; $owner_uid = $_SESSION["uid"]; @@ -1117,33 +1105,29 @@ $feed_search = $_SESSION["prefs_feed_search"]; } - print "

+ print "
- +
"; - print " "; + print " "; - print " "; + print " "; if (get_pref($link, 'ENABLE_FEED_CATS')) { - print " "; + print " "; } - print " "; + print " "; /* print "  - +
"; print " "; - print ""; + print ""; print "

" . __("Firefox Integration") . "

"; @@ -1453,11 +1436,8 @@ print "

".__("Link to published articles feed.")."

"; - print "

"; - /* print " "; */ - print "

"; + print ""; } -- cgit v1.2.3