Minor fix: search submit in module list
This commit is contained in:
parent
c81caebe72
commit
8f65ee4fb8
|
@ -96,7 +96,9 @@ $filterTable->data[1][2] = html_print_submit_button(
|
|||
);
|
||||
|
||||
// Print filter table.
|
||||
echo '<form id="create_module_type" method="post" action="'.$url.'">';
|
||||
html_print_table($filterTable);
|
||||
echo '</form>';
|
||||
// Check if there is at least one server of each type available to assign that
|
||||
// kind of modules. If not, do not show server type in combo.
|
||||
$network_available = db_get_sql(
|
||||
|
|
Loading…
Reference in New Issue