mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-27 07:44:35 +02:00
2011-05-23 Sergio Martin <sergio.martin@artica.es>
* godmode/agentes/module_manager_editor_common.php: Added hidden field in module edition form to keep the type when is disabled git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@4375 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
54903089c9
commit
eb812f2f04
@ -1,3 +1,8 @@
|
|||||||
|
2011-05-23 Sergio Martin <sergio.martin@artica.es>
|
||||||
|
|
||||||
|
* godmode/agentes/module_manager_editor_common.php: Added hidden field
|
||||||
|
in module edition form to keep the type when is disabled
|
||||||
|
|
||||||
2011-05-23 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
|
2011-05-23 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
|
||||||
|
|
||||||
* general/header.php: Added close tag in the autorefresh html link.
|
* general/header.php: Added close tag in the autorefresh html link.
|
||||||
|
@ -127,6 +127,7 @@ $table_simple->data[0][2] = __('Disabled');
|
|||||||
$table_simple->data[0][3] = html_print_checkbox ("disabled", 1, $disabled, true);
|
$table_simple->data[0][3] = html_print_checkbox ("disabled", 1, $disabled, true);
|
||||||
|
|
||||||
$table_simple->data[1][0] = __('Type').' ' . ui_print_help_icon ('module_type', true);
|
$table_simple->data[1][0] = __('Type').' ' . ui_print_help_icon ('module_type', true);
|
||||||
|
$table_simple->data[1][0] .= html_print_input_hidden ('id_module_type_hidden', $id_module_type, true);
|
||||||
|
|
||||||
if (isset($id_agent_module)) {
|
if (isset($id_agent_module)) {
|
||||||
if ($id_agent_module) {
|
if ($id_agent_module) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user