1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-01-05 02:19:15 +00:00

more functional keyboard navigation, auto page flipping, updated README, auto post cleanup (PURGE_OLD_DAYS), schema updated

This commit is contained in:
Andrew Dolgov
2005-08-25 14:04:57 +01:00
parent 9cfc649af5
commit c3a8d71ad4
7 changed files with 113 additions and 38 deletions

View File

@@ -317,10 +317,10 @@
// start unholy navbar block
print "<tr><td colspan=\"3\" class=\"headlineToolbar\">";
$next_skip = $skip + HEADLINES_PER_PAGE;
$prev_skip = $skip - HEADLINES_PER_PAGE;
print "Navigate: ";
if ($prev_skip >= 0) {
@@ -353,7 +353,6 @@
print "</td></tr>";
// end unholy navbar block
print "</table>";