From 327a3bbe1a175888e1289ece51d492039018d74c Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sat, 10 Dec 2005 21:06:41 +0100 Subject: prefs: further feedlist tweaks (3) --- backend.php | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) (limited to 'backend.php') diff --git a/backend.php b/backend.php index 252004d15..a018e0b8d 100644 --- a/backend.php +++ b/backend.php @@ -1377,9 +1377,9 @@ print "
+ onclick=\"feedEditCancel()\" value=\"Cancel\">
"; + onclick=\"feedEditSave()\" value=\"Save\">"; return; } @@ -1649,7 +1649,6 @@ if (!get_pref($link, 'ENABLE_FEED_CATS')) { print " -   Select Title Link @@ -1684,7 +1683,6 @@ print "$edit_cat"; print " -   Select Title Link @@ -1702,12 +1700,11 @@ $icon_file = ICONS_DIR . "/$feed_id.ico"; if (file_exists($icon_file) && filesize($icon_file) > 0) { - $feed_icon = ""; + $feed_icon = ""; } else { - $feed_icon = " "; + $feed_icon = ""; } - print "$feed_icon"; +// print "$feed_icon"; print ""; @@ -1716,7 +1713,7 @@ $edit_link = truncate_string($edit_link, 60); print "" . - $edit_title . ""; + "$feed_icon $edit_title" . ""; print "" . $edit_link . ""; -- cgit v1.2.3-54-g00ecf