diff --git a/html/cgi-bin/captive.cgi b/html/cgi-bin/captive.cgi index b6175673e..e7081e96b 100755 --- a/html/cgi-bin/captive.cgi +++ b/html/cgi-bin/captive.cgi @@ -266,20 +266,8 @@ END print "$Lang::tr{'Captive active on'} Blue"; } - print< - - - $Lang::tr{'Captive title'} - - - - - -END -; - print< $Lang::tr{'Captive authentication'} @@ -314,6 +302,29 @@ END END } + print< + +
+ $Lang::tr{'Captive branding'} + + + + + $Lang::tr{'Captive title'} + + + + + + + $Lang::tr{'Captive brand color'} + + + + +END + #Logo Upload print < @@ -337,24 +348,16 @@ END print"
$Lang::tr{'no'}"; } -print< - $Lang::tr{'Captive brand color'} - - - - - + print < - - + END -; + &Header::closebox(); #if settings is set to use coupons, the coupon part has to be displayed diff --git a/langs/en/cgi-bin/en.pl b/langs/en/cgi-bin/en.pl index 58475ab28..cde2a2f8c 100644 --- a/langs/en/cgi-bin/en.pl +++ b/langs/en/cgi-bin/en.pl @@ -23,6 +23,7 @@ 'Captive config' => 'Settings', 'Captive coupon' => 'Coupon', 'Captive err doublevoucher' => 'A voucher with this code already exists', +'Captive branding' => 'Branding', 'Captive expire' => 'Expire', 'Captive generate coupon' => 'Generate Coupon', 'Captive heading terms' => 'Terms & Conditions',