From f65629dd479a2846e9e4b1af910bf879d133e186 Mon Sep 17 00:00:00 2001 From: Matthias Fischer Date: Thu, 24 Dec 2020 11:56:13 +0100 Subject: [PATCH] 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 Signed-off-by: Michael Tremer --- 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 35fa93113c..6519aa26c2 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(); - - -- 2.39.5