From 1e5548db5423d9dae79ee0c607392f3838ca7e6d Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Mon, 11 Jan 2010 18:43:53 +0300 Subject: prefs: reorganize toolbar buttons --- modules/pref-feeds.php | 63 ++++++++++++++++++++++++++------------------------ 1 file changed, 33 insertions(+), 30 deletions(-) (limited to 'modules/pref-feeds.php') diff --git a/modules/pref-feeds.php b/modules/pref-feeds.php index 5330a4ffa..86c7c9ebc 100644 --- a/modules/pref-feeds.php +++ b/modules/pref-feeds.php @@ -1133,7 +1133,37 @@ print ""; + class=\"button\" value=\"".__('Subscribe to feed')."\"> "; + + print " "; + + if (get_pref($link, 'ENABLE_FEED_CATS')) { + + print " "; + } + + print " "; + +/* print ""; */ /* if (ENABLE_FEED_BROWSER && !SINGLE_USER_MODE) { print " "; - print "
"; +/* print "
"; if (get_pref($link, 'ENABLE_FEED_CATS')) { @@ -1375,35 +1405,8 @@ __('Recategorize')."\">"; } - print "
"; - - print ""; } else { print "

"; -- cgit v1.2.3