mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-27 11:13:24 +02:00
BUG11140: Captive logo dimensions
Now the min and max logo dimensions are shown in webinterface. Signed-off-by: Alexander Marx <alexander.marx@ipfire.org> Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
committed by
Michael Tremer
parent
6945954c44
commit
213335372d
@@ -307,7 +307,7 @@ END
|
||||
&agbbox();
|
||||
|
||||
#Logo Upload
|
||||
print "<tr><td>$Lang::tr{'Captive logo_upload'}</td><td><INPUT TYPE='file' NAME='uploaded_file' SIZE=30 MAXLENGTH=80></td></tr><tr>";
|
||||
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>";
|
||||
#Show Logo in webinterface with 1/2 size if set
|
||||
if (-f "$logopath/logo.png"){
|
||||
print"<td>$Lang::tr{'Captive logo_set'}</td>";
|
||||
|
||||
Reference in New Issue
Block a user