mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 16:24:54 +02:00
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…
x
Reference in New Issue
Block a user