From 59a2d9c2d5ab9be52d437f890dcb513a0b4af0c1 Mon Sep 17 00:00:00 2001 From: Alexander Marx Date: Tue, 12 Jul 2016 08:13:04 +0200 Subject: [PATCH] Captive-portal: Design changes When choosing voucher as authentication type there is no need to display the license agreement textbox Signed-off-by: Alexander Marx Signed-off-by: Michael Tremer --- html/cgi-bin/captive.cgi | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/html/cgi-bin/captive.cgi b/html/cgi-bin/captive.cgi index a8add4d87f..bdded8b2a3 100755 --- a/html/cgi-bin/captive.cgi +++ b/html/cgi-bin/captive.cgi @@ -277,10 +277,10 @@ END print< - +
$Lang::tr{'Captive authentication'} - +
"; + print "
$Lang::tr{'Captive logo_upload'}
$Lang::tr{'Captive logo_upload1'}
"; #Show Logo in webinterface with 1/2 size if set if (-f "$logopath/logo.png"){ print"$Lang::tr{'Captive logo_set'}"; -- 2.39.5