mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 08:45:12 +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.
|
// Print filter table.
|
||||||
|
echo '<form id="create_module_type" method="post" action="'.$url.'">';
|
||||||
html_print_table($filterTable);
|
html_print_table($filterTable);
|
||||||
|
echo '</form>';
|
||||||
// Check if there is at least one server of each type available to assign that
|
// 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.
|
// kind of modules. If not, do not show server type in combo.
|
||||||
$network_available = db_get_sql(
|
$network_available = db_get_sql(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user