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:
@@ -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>";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user