From: Andrew Dolgov Date: Tue, 2 Apr 2013 04:55:35 +0000 (+0400) Subject: make show empty cats menu item more visible, move unsubscribe to feeds dropdown X-Git-Tag: 1.7.6~45 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=0671359f2831609123e9ddf8541db71f255fa5dc;hp=97e2c731b8c069fe1df67fc0615b4ab084ffd073;p=tt-rss.git make show empty cats menu item more visible, move unsubscribe to feeds dropdown --- diff --git a/classes/pref/feeds.php b/classes/pref/feeds.php index 46c3d083..eda03d12 100644 --- a/classes/pref/feeds.php +++ b/classes/pref/feeds.php @@ -1279,6 +1279,8 @@ class Pref_Feeds extends Handler_Protected { dojoType=\"dijit.MenuItem\">".__('Reset sort order').""; print "
".__('Batch subscribe')."
"; + print "
" + .__('Unsubscribe')."
"; print ""; if (get_pref($this->link, 'ENABLE_FEED_CATS')) { @@ -1287,8 +1289,6 @@ class Pref_Feeds extends Handler_Protected { print "
"; print "
".__('Add category')."
"; - print "
".__('(Un)hide empty categories')."
"; print "
".__('Reset sort order')."
"; print "
" - .__('Unsubscribe')." "; + print ""; if (defined('_ENABLE_FEED_DEBUGGING')) {