From a3c159c45a26a47aebfa64f04f49867010c8255b Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Mon, 5 Mar 2007 12:02:18 +0100 Subject: i18n: filters, users, prefs --- modules/pref-feeds.php | 55 ++++++++++++++++++++------------------------------ 1 file changed, 22 insertions(+), 33 deletions(-) (limited to 'modules/pref-feeds.php') diff --git a/modules/pref-feeds.php b/modules/pref-feeds.php index 5a3f84517..1f5a9d9da 100644 --- a/modules/pref-feeds.php +++ b/modules/pref-feeds.php @@ -747,7 +747,7 @@ + onclick=\"javascript:updateFeedList()\" value=\"".__('Search')."\"> "; print "
@@ -761,7 +761,7 @@ if (ENABLE_FEED_BROWSER && !SINGLE_USER_MODE) { print " "; + onclick=\"javascript:browseFeeds()\" value=\"".__('Top 25')."\">"; } print "
"; @@ -953,42 +953,31 @@ print "

"; - if ($subop == "edit") { - print "Edit feed:  - - "; - } else { - - print " - Selection:  - - "; - - if (get_pref($link, 'ENABLE_FEED_CATS')) { + print " + "; - print " | "; + if (get_pref($link, 'ENABLE_FEED_CATS')) { - print_feed_cat_select($link, "sfeed_set_fcat", "", "disabled"); + print " | "; - print " "; + print_feed_cat_select($link, "sfeed_set_fcat", "", "disabled"); - } + print " "; + } - print ""; + print ""; - if (get_pref($link, 'ENABLE_FEED_CATS')) { - - print " "; + if (get_pref($link, 'ENABLE_FEED_CATS')) { -# print " | "; + print " "; - } +# print " | "; } } else { @@ -997,20 +986,20 @@ } - print "

OPML

+ print "

".__('OPML')."

File:   + type=\"submit\" value=\"".__('Import')."\">
"; print "  or  "; print ""; + value=\"".__('Export OPML')."\">"; } ?> -- cgit v1.2.3