From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthias Fischer To: development@lists.ipfire.org Subject: [PATCH] proxy.cgi: Some cosmetics for the absolutely lazy ones (V2) Date: Thu, 21 Sep 2017 01:46:27 +0200 Message-ID: <20170920234627.10414-1-matthias.fischer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2153437171317103192==" List-Id: --===============2153437171317103192== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Added clickable links for 'URL filter' and 'Update accelerator' for faster ac= cess, this time without the need to alter the language-files. Best, Matthias Signed-off-by: Matthias Fischer --- html/cgi-bin/proxy.cgi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/html/cgi-bin/proxy.cgi b/html/cgi-bin/proxy.cgi index 0b7d36c3c..dd83bba73 100644 --- a/html/cgi-bin/proxy.cgi +++ b/html/cgi-bin/proxy.cgi @@ -1054,11 +1054,11 @@ if ( -e "/usr/bin/squidclamav" ) { } else { print ""; } -print "".$Lang::tr{'advproxy url filter'}."
"; +print "".$Lang::tr{= 'advproxy url filter'}."
"; print $Lang::tr{'advproxy enabled'}."
"; print "+ ".int(($count**(1/3)) * 6); print ""; -print "".$Lang::tr{'advproxy update accelerator'}."
"; +print "".$Lang:= :tr{'advproxy update accelerator'}."
"; print $Lang::tr{'advproxy enabled'}."
"; print "+ ".int(($count**(1/3)) * 5); print ""; --=20 2.14.1 --===============2153437171317103192==--