2009-10-26 Miguel de Dios <miguel.dedios@artica.es>
* pandora_console/godmode/alerts/alert_list.php: fix bug that load ajax empty select of actions. Fixes: 2885901 git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@2049 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
7843cac20b
commit
483f0d8c9b
|
@ -1,3 +1,9 @@
|
|||
2009-10-26 Miguel de Dios <miguel.dedios@artica.es>
|
||||
|
||||
* pandora_console/godmode/alerts/alert_list.php: fix bug that load ajax
|
||||
empty select of actions.
|
||||
Fixes: 2885901
|
||||
|
||||
2009-10-21 Miguel de Dios <miguel.dedios@artica.es>
|
||||
|
||||
* include/functions_ui.php: add param "style" in the function
|
||||
|
|
|
@ -551,6 +551,7 @@ echo '</div></form>';
|
|||
echo '<form id="add_action_form" method="post" class="invisible">';
|
||||
print_input_hidden ('add_action', 1);
|
||||
print_input_hidden ('id_alert_module', 0);
|
||||
$actions = get_alert_actions ();
|
||||
print_select ($actions, 'action', '', '', __('None'), 0);
|
||||
echo '<br />';
|
||||
echo '<span><a href="#" class="show_advanced_actions">'.__('Advanced options').' » </a></span>';
|
||||
|
|
Loading…
Reference in New Issue