From a95da1368ec6ed8e7a6e26c831cf160b71440766 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sat, 17 May 2008 16:36:35 +0100 Subject: rework entry display for prefs, filters, labels and users --- modules/pref-feeds.php | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'modules/pref-feeds.php') diff --git a/modules/pref-feeds.php b/modules/pref-feeds.php index e52e54c8a..e4f6b60d6 100644 --- a/modules/pref-feeds.php +++ b/modules/pref-feeds.php @@ -1052,8 +1052,10 @@ print ""; + $onclick = "onclick='editFeed($feed_id)' title='".__('Click to edit')."'"; + if (get_pref($link, 'ENABLE_FEED_ICONS')) { - print "$feed_icon"; + print "$feed_icon"; } if ($hidden) { @@ -1074,16 +1076,14 @@ $parent_title)"; } - print "" . - "$edit_title $parent_title" . ""; + print "" . "$edit_title $parent_title" . ""; if ($show_last_article_info) { - print "" . - "$last_article"; + print "" . + "$last_article"; } - print "" . - "$last_updated"; + print "$last_updated"; print ""; -- cgit v1.2.3