2013-09-18 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
* godmode/alerts/configure_alert_action.php: Fix update process of alert actions when group is not ALL. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8789 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
f3ddbc6b04
commit
a34fc6309c
|
@ -1,3 +1,8 @@
|
||||||
|
2013-09-18 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
|
||||||
|
|
||||||
|
* godmode/alerts/configure_alert_action.php: Fix update
|
||||||
|
process of alert actions when group is not ALL.
|
||||||
|
|
||||||
2013-09-20 Sergio Martin <sergio.martin@artica.es>
|
2013-09-20 Sergio Martin <sergio.martin@artica.es>
|
||||||
|
|
||||||
* operation/agentes/estado_monitores.php
|
* operation/agentes/estado_monitores.php
|
||||||
|
|
|
@ -140,6 +140,11 @@ if ($id) {
|
||||||
html_print_submit_button (__('Update'), 'create', false, 'class="sub upd"');
|
html_print_submit_button (__('Update'), 'create', false, 'class="sub upd"');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
else {
|
||||||
|
|
||||||
|
html_print_input_hidden ('update_action', 1);
|
||||||
|
html_print_submit_button (__('Update'), 'create', false, 'class="sub upd"');
|
||||||
|
}
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
html_print_input_hidden ('create_action', 1);
|
html_print_input_hidden ('create_action', 1);
|
||||||
|
|
Loading…
Reference in New Issue