mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-05-12 07:31:37 +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>";
|
print "<tr><td $col>@txpower_cmd[$i]</td></tr>";
|
||||||
$count++;
|
$count++;
|
||||||
}
|
}
|
||||||
print "</table><br>";
|
print "</table>";
|
||||||
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
|
|
||||||
;
|
|
||||||
&Header::closebox();
|
&Header::closebox();
|
||||||
print "</form>";
|
print "</form>";
|
||||||
&Header::closebigbox();
|
&Header::closebigbox();
|
||||||
|
|||||||
Reference in New Issue
Block a user