public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH] Captive-portal: Design changes
@ 2016-07-12  6:13 Alexander Marx
  0 siblings, 0 replies; only message in thread
From: Alexander Marx @ 2016-07-12  6:13 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 1277 bytes --]

When choosing voucher as authentication type there is no need to display the license agreement textbox

Signed-off-by: Alexander Marx <alexander.marx(a)ipfire.org>
---
 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 a8add4d..bdded8b 100755
--- a/html/cgi-bin/captive.cgi
+++ b/html/cgi-bin/captive.cgi
@@ -277,10 +277,10 @@ END
 
 print<<END
 		<tr>
-			<td>
+			<td><br>
 				$Lang::tr{'Captive authentication'}
 			</td>
-			<td>
+			<td><br>
 				<select name='AUTH' style='width:8em;'>
 END
 ;
@@ -298,11 +298,10 @@ END
 		</tr>
 END
 ;
-
-	&agbbox();
+	if ($settings{'AUTH'} eq 'LICENSE'){	&agbbox(); };
 
 	#Logo Upload
-	print "<tr><td>$Lang::tr{'Captive logo_upload'}<br>$Lang::tr{'Captive logo_upload1'}</td><td><INPUT TYPE='file' NAME='uploaded_file' SIZE=30 MAXLENGTH=80></td></tr><tr>";
+	print "<tr><td><br>$Lang::tr{'Captive logo_upload'}<br>$Lang::tr{'Captive logo_upload1'}</td><td><br><INPUT TYPE='file' NAME='uploaded_file' SIZE=30 MAXLENGTH=80></td></tr><tr>";
 	#Show Logo in webinterface with 1/2 size if set
 	if (-f "$logopath/logo.png"){
 		print"<td>$Lang::tr{'Captive logo_set'}</td>";
-- 
2.7.4


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2016-07-12  6:13 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-07-12  6:13 [PATCH] Captive-portal: Design changes Alexander Marx

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox