From: Matthias Fischer Date: Thu, 24 Dec 2020 10:50:03 +0000 (+0100) Subject: country.cgi: Cosmetic fix for 'Back'-button' X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0901ed4c5c1b1ba54de987251e28baff0a3f8d19;p=people%2Fmfischer%2Fipfire-2.x.git country.cgi: Cosmetic fix for 'Back'-button' 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 string. I just took the code segment with the 'back'-*image* from 'ipinfo.cgi' to make this link looking similar to the other pages. Signed-off-by: Matthias Fischer --- diff --git a/html/cgi-bin/country.cgi b/html/cgi-bin/country.cgi index b1c72bb223..7504a76013 100644 --- a/html/cgi-bin/country.cgi +++ b/html/cgi-bin/country.cgi @@ -96,10 +96,17 @@ foreach my $country (@countries) { print ""; &Header::closebox(); -&Header::closebigbox(); +print < + + +<-> + +
$Lang::tr{
+ +END +; -print "
$Lang::tr{'back'}
\n"; +&Header::closebigbox(); &Header::closepage(); - -