wlanap.cgi: Refactor the entire thing

This went really bad with the latest CSS changes. So this is a
refactor/rewrite of the CGI without many modifications.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Michael Tremer
2024-08-16 15:10:29 +00:00
parent 1674ec7205
commit 9b1225603f
14 changed files with 504 additions and 520 deletions

View File

@@ -361,6 +361,10 @@ table.form tr.action td {
text-align: right;
}
table.form tr.action td form {
display: inline;
}
.tbl {
width: 100%;
}