summaryrefslogtreecommitdiff
path: root/backend.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2007-01-22 08:20:26 +0100
committerAndrew Dolgov <[email protected]>2007-01-22 08:20:26 +0100
commite6c115b29b44d2e0f9a93db5a8194694e3f9eeb6 (patch)
treefba9a54740a4a1f3a8331134972b39a854262ce4 /backend.php
parentc6008b620f86217b7c5288c85aad624d41af9f8c (diff)
rework headline subtoolbar
Diffstat (limited to 'backend.php')
-rw-r--r--backend.php14
1 files changed, 7 insertions, 7 deletions
diff --git a/backend.php b/backend.php
index 05a9957af..71bbcea40 100644
--- a/backend.php
+++ b/backend.php
@@ -403,13 +403,13 @@
print "<div align='center'>"._("Could not display feed (query failed). Please check label match syntax or local configuration.")."</div>";
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 "<div id=\"headlinesInnerContainer\">";
+ print "<div id=\"headlinesInnerContainer\">";
+
+ if (db_num_rows($result) > 0) {
# print "\{$offset}";
@@ -573,8 +573,6 @@
print "</table>";
}
- print "</div>";
-
// print_headline_subtoolbar($link,
// "javascript:catchupPage()", "Mark page as read", true, $rtl_content);
@@ -584,6 +582,8 @@
}
print "</div>";
+
+ print "</div>";
}
if ($op == "pref-feeds") {