From e6c115b29b44d2e0f9a93db5a8194694e3f9eeb6 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Mon, 22 Jan 2007 08:20:26 +0100 Subject: rework headline subtoolbar --- backend.php | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'backend.php') diff --git a/backend.php b/backend.php index 05a9957af..71bbcea40 100644 --- a/backend.php +++ b/backend.php @@ -403,13 +403,13 @@ print "
"._("Could not display feed (query failed). Please check label match syntax or local configuration.")."
"; return; } - - if (db_num_rows($result) > 0) { - print_headline_subtoolbar($link, $feed_site_url, $feed_title, false, - $rtl_content, $feed, $cat_view, $search, $match_on, $search_mode, $offset); + print_headline_subtoolbar($link, $feed_site_url, $feed_title, false, + $rtl_content, $feed, $cat_view, $search, $match_on, $search_mode, $offset); - print "
"; + print "
"; + + if (db_num_rows($result) > 0) { # print "\{$offset}"; @@ -573,8 +573,6 @@ print ""; } - print "
"; - // print_headline_subtoolbar($link, // "javascript:catchupPage()", "Mark page as read", true, $rtl_content); @@ -584,6 +582,8 @@ } print "
"; + + print ""; } if ($op == "pref-feeds") { -- cgit v1.2.3-54-g00ecf