mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
hostaopd: Drop box with links to other configuration pages
We do not have this for any other feature and it clutters the UI. Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
@@ -571,17 +571,7 @@ for (my $i=0;$i<$#txpower_cmd;$i=$i+2){
|
||||
print "<tr><td $col>@txpower_cmd[$i]</td></tr>";
|
||||
$count++;
|
||||
}
|
||||
print "</table><br>";
|
||||
print <<END
|
||||
<br />
|
||||
<table width='80%' cellspacing='0' class='tbl' border='0'>
|
||||
<tr><td bgcolor='$color{'color20'}' align='left'><strong>$Lang::tr{'wlan clients'}</strong></td></tr>
|
||||
<tr><td> <a href="/cgi-bin/wireless.cgi">$Lang::tr{'wlanap link wireless'}</a></td></tr>
|
||||
<tr><td> <a href="/cgi-bin/dhcp.cgi">$Lang::tr{'wlanap link dhcp'}</a></td></tr>
|
||||
<tr><td><br></td></tr>
|
||||
</table>
|
||||
END
|
||||
;
|
||||
print "</table>";
|
||||
&Header::closebox();
|
||||
print "</form>";
|
||||
&Header::closebigbox();
|
||||
|
||||
Reference in New Issue
Block a user