mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-21 00:12:58 +02:00
urlfilter.dat: Added Older/Newer links at top of page
Hi, Triggered by: https://forum.ipfire.org/viewtopic.php?f=4&t=19998#p112930 Added 'Older'/'Newer'-links for better page browsing. Best, Matthias Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org> Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
committed by
Michael Tremer
parent
7902d679eb
commit
1b18943b15
@@ -304,6 +304,10 @@ if ($cgiparams{'LOGTYPE'} eq 'urlfilter')
|
||||
|
||||
if ($logsettings{'LOGVIEW_REVERSE'} eq 'on') { @slice = reverse @slice; }
|
||||
|
||||
if ($lines != 0) {
|
||||
|
||||
&oldernewer();
|
||||
|
||||
if ($lines)
|
||||
{
|
||||
|
||||
@@ -369,7 +373,7 @@ if ($lines)
|
||||
print "</table><br>\n";
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
&oldernewer();
|
||||
|
||||
&Header::closebox();
|
||||
|
||||
Reference in New Issue
Block a user