mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
proxy.cgi: Some cosmetics for the absolutely lazy ones (V2)
Added clickable links for 'URL filter' and 'Update accelerator' for faster access, this time without the need to alter the language-files. 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
c42237247a
commit
082771c1f4
@@ -1054,11 +1054,11 @@ if ( -e "/usr/bin/squidclamav" ) {
|
||||
} else {
|
||||
print "<td></td>";
|
||||
}
|
||||
print "<td class='base'><b>".$Lang::tr{'advproxy url filter'}."</b><br />";
|
||||
print "<td class='base'><a href='/cgi-bin/urlfilter.cgi'><b>".$Lang::tr{'advproxy url filter'}."</a></b><br />";
|
||||
print $Lang::tr{'advproxy enabled'}."<input type='checkbox' name='ENABLE_FILTER' ".$checked{'ENABLE_FILTER'}{'on'}." /><br />";
|
||||
print "+ ".int(($count**(1/3)) * 6);
|
||||
print "</td>";
|
||||
print "<td class='base'><b>".$Lang::tr{'advproxy update accelerator'}."</b><br />";
|
||||
print "<td class='base'><a href='/cgi-bin/updatexlrator.cgi'><b>".$Lang::tr{'advproxy update accelerator'}."</a></b><br />";
|
||||
print $Lang::tr{'advproxy enabled'}."<input type='checkbox' name='ENABLE_UPDXLRATOR' ".$checked{'ENABLE_UPDXLRATOR'}{'on'}." /><br />";
|
||||
print "+ ".int(($count**(1/3)) * 5);
|
||||
print "</td></tr>";
|
||||
|
||||
Reference in New Issue
Block a user