mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-28 03:33:25 +02:00
Layout of fwhosts title
This commit is contained in:
4
html/cgi-bin/fwhosts.cgi
Executable file → Normal file
4
html/cgi-bin/fwhosts.cgi
Executable file → Normal file
@@ -84,7 +84,7 @@ unless (-e $configsrvgrp) { system("touch $configsrvgrp"); }
|
|||||||
&Header::getcgihash(\%fwhostsettings);
|
&Header::getcgihash(\%fwhostsettings);
|
||||||
|
|
||||||
&Header::showhttpheaders();
|
&Header::showhttpheaders();
|
||||||
&Header::openpage($Lang::tr{'fwhost hosts'}, 1, '');
|
&Header::openpage($Lang::tr{'fwhost menu'}, 1, '');
|
||||||
&Header::openbigbox('100%', 'center');
|
&Header::openbigbox('100%', 'center');
|
||||||
|
|
||||||
#### JAVA SCRIPT ####
|
#### JAVA SCRIPT ####
|
||||||
@@ -1139,7 +1139,7 @@ if($fwhostsettings{'ACTION'} eq '')
|
|||||||
}
|
}
|
||||||
### FUNCTIONS ###
|
### FUNCTIONS ###
|
||||||
sub showmenu {
|
sub showmenu {
|
||||||
&Header::openbox('100%', 'left',$Lang::tr{'fwhost menu'});
|
&Header::openbox('100%', 'left',);
|
||||||
print "$Lang::tr{'fwhost welcome'}";
|
print "$Lang::tr{'fwhost welcome'}";
|
||||||
print<<END;
|
print<<END;
|
||||||
<br><br><table border='0' width='100%'>
|
<br><br><table border='0' width='100%'>
|
||||||
|
|||||||
Reference in New Issue
Block a user