From a998dbef95bb6ac94a0f4b401e94e4c932c855a0 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 11 Nov 2010 18:59:21 +0300 Subject: misc code cleanup, allow ctrl-key selection in prefs --- modules/pref-feeds.php | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) (limited to 'modules/pref-feeds.php') diff --git a/modules/pref-feeds.php b/modules/pref-feeds.php index d83a1a25b..e557903ea 100644 --- a/modules/pref-feeds.php +++ b/modules/pref-feeds.php @@ -981,7 +981,7 @@ - "; $result = db_query($link, "SELECT title,id FROM ttrss_feed_categories @@ -993,8 +993,8 @@ if (db_num_rows($result) != 0) { print __('Select:')." - ".__('All').", - ".__('None').""; + ".__('All').", + ".__('None').""; print "
"; @@ -1017,7 +1017,7 @@ $edit_title = htmlspecialchars($line["title"]); print ""; print "" . @@ -1078,10 +1078,10 @@ print "
-
"; @@ -1093,11 +1093,11 @@ if (get_pref($link, 'ENABLE_FEED_CATS')) { - print " "; } - print " "; if (defined('_ENABLE_FEED_DEBUGGING')) { @@ -1199,8 +1199,8 @@ $show_last_article_checked>
". __('Select:')." - ".__('All').", - ".__('None')." + ".__('All').", + ".__('None')." "; if (!get_pref($link, 'ENABLE_FEED_CATS')) { @@ -1209,13 +1209,13 @@ print " "; - print "".__('Title').""; + print "".__('Title').""; if ($show_last_article_info) { - print "".__('Last Article').""; + print "".__('Last Article').""; } - print "".__('Updated').""; + print "".__('Updated').""; } $lnum = 0; @@ -1260,15 +1260,15 @@ print " "; - print "".__('Title').""; + print "".__('Title').""; if ($show_last_article_info) { print " - ".__('Last Article').""; + ".__('Last Article').""; } print " - ".__('Updated').""; + ".__('Updated').""; $cur_cat_id = $cat_id; } @@ -1286,10 +1286,10 @@ $feed_icon = ""; } - print ""; - $onclick = "onclick='editFeed($feed_id)' title='".__('Click to edit')."'"; + $onclick = "onclick='editFeed($feed_id, event)' title='".__('Click to edit')."'"; print "$feed_icon"; -- cgit v1.2.3-54-g00ecf