From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthias Fischer To: development@lists.ipfire.org Subject: [PATCH] country.cgi: Cosmetic fix for 'Back'-button' Date: Thu, 24 Dec 2020 11:56:13 +0100 Message-ID: <20201224105613.1220-1-matthias.fischer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1036552566086999691==" List-Id: --===============1036552566086999691== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable While testing Peter's patch for Bug #12560 I noticed that the standard 'back'= -button at the end of the page - like in 'ipinfo.cgi' - was implemented as a text str= ing. I just took the code segment with the 'back'-*image* from 'ipinfo.cgi' to mak= e this link looking similar to the other pages. Signed-off-by: Matthias Fischer --- html/cgi-bin/country.cgi | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/html/cgi-bin/country.cgi b/html/cgi-bin/country.cgi index b1c72bb22..7504a7601 100644 --- a/html/cgi-bin/country.cgi +++ b/html/cgi-bin/country.cgi @@ -96,10 +96,17 @@ foreach my $country (@countries) { print ""; &Header::closebox(); =20 -&Header::closebigbox(); +print < + + +<-> + +
3D'$Lang::tr{'back'}'
+ +END +; =20 -print "
$La= ng::tr{'back'}
\n"; +&Header::closebigbox(); =20 &Header::closepage(); - - --=20 2.18.0 --===============1036552566086999691==--