mirror of
https://github.com/webmin/webmin.git
synced 2026-05-04 22:30:33 +01:00
Fix more form/table nestings in the cluster software module https://github.com/webmin/webmin/issues/784
This commit is contained in:
@@ -52,15 +52,17 @@ print "</table></td></tr></table>\n";
|
||||
|
||||
# Show delete and refresh buttons
|
||||
print "<table width=100%><tr>\n";
|
||||
print "<form action=delete_host.cgi>\n";
|
||||
print "<input type=hidden name=id value=$in{'id'}>\n";
|
||||
print "<td><input type=submit value='$text{'host_delete'}'></td>\n";
|
||||
print "</form>\n";
|
||||
|
||||
print "<form action=refresh.cgi>\n";
|
||||
print "<td><form action=delete_host.cgi>\n";
|
||||
print "<input type=hidden name=id value=$in{'id'}>\n";
|
||||
print "<td align=right><input type=submit value='$text{'host_refresh'}'></td>\n";
|
||||
print "</form>\n";
|
||||
print "<input type=submit value='$text{'host_delete'}'>\n";
|
||||
print "</form></td>\n";
|
||||
|
||||
print "<td align=right><form action=refresh.cgi>\n";
|
||||
print "<input type=hidden name=id value=$in{'id'}>\n";
|
||||
print "<input type=submit value='$text{'host_refresh'}'>\n";
|
||||
print "</form></td>\n";
|
||||
|
||||
print "</tr></table>\n";
|
||||
|
||||
# Show tree of packages
|
||||
|
||||
@@ -82,11 +82,11 @@ if (@addservers && $access{'add'}) {
|
||||
|
||||
# Show button for compare form
|
||||
if (@hosts) {
|
||||
print "<form action=compare_form.cgi>\n";
|
||||
print "<td align=center width=33%>\n";
|
||||
print "<form action=compare_form.cgi>\n";
|
||||
print "<input type=submit value='$text{'index_compare'}'>\n";
|
||||
print "</td>\n";
|
||||
print "</form>\n";
|
||||
print "</td>\n";
|
||||
}
|
||||
|
||||
# Show form for adding a group of servers
|
||||
|
||||
Reference in New Issue
Block a user