From c4a36709cdd6e27ea414d98c00a6f8607dda83a3 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 18 Oct 2007 05:51:29 +0100 Subject: rework feed-prefs ops toolbar --- modules/pref-feeds.php | 31 +++++++++++++++++++++++++------ 1 file changed, 25 insertions(+), 6 deletions(-) (limited to 'modules/pref-feeds.php') diff --git a/modules/pref-feeds.php b/modules/pref-feeds.php index 6df9804b2..b8671c4ee 100644 --- a/modules/pref-feeds.php +++ b/modules/pref-feeds.php @@ -983,16 +983,35 @@ print ""; print "

"; - - print " + + + + + + + "; + + if (get_pref($link, 'ENABLE_FEED_CATS')) { + + print " + + "; + } + + print ""; + + /* print " "; + value=\"".__('Unsubscribe')."\">"; */ if (get_pref($link, 'ENABLE_FEED_CATS')) { - print " | "; + print " | " . __('Selection:'); print_feed_cat_select($link, "sfeed_set_fcat", "", "disabled"); @@ -1005,9 +1024,9 @@ if (get_pref($link, 'ENABLE_FEED_CATS')) { - print " "; + __("Edit categories")."\">"; */ # print " | "; -- cgit v1.2.3