2012-06-13 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
* godmode/alerts/alert_list.builder.php: Fixed creation of alert with action. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@6530 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
e12e100e74
commit
4ba0726c7d
|
@ -1,3 +1,8 @@
|
||||||
|
2012-06-13 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
|
||||||
|
|
||||||
|
* godmode/alerts/alert_list.builder.php: Fixed creation of alert
|
||||||
|
with action.
|
||||||
|
|
||||||
2012-06-13 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
|
2012-06-13 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
|
||||||
|
|
||||||
* extensions/update_manager/main.php: Added message when user
|
* extensions/update_manager/main.php: Added message when user
|
||||||
|
|
|
@ -105,7 +105,7 @@ foreach ($actions as $action) {
|
||||||
}
|
}
|
||||||
|
|
||||||
$table->data[2][1] = '<div class="actions_container">';
|
$table->data[2][1] = '<div class="actions_container">';
|
||||||
$table->data[2][1] = html_print_select($action_name,'action_select_','','','','',true, '', false);
|
$table->data[2][1] = html_print_select($action_name,'action_select','','','','',true, '', false);
|
||||||
$table->data[2][1] .= ' <span id="advanced_action" class="advanced_actions invisible">';
|
$table->data[2][1] .= ' <span id="advanced_action" class="advanced_actions invisible">';
|
||||||
$table->data[2][1] .= __('Number of alerts match from').' ';
|
$table->data[2][1] .= __('Number of alerts match from').' ';
|
||||||
$table->data[2][1] .= html_print_input_text ('fires_min', '', '', 4, 10, true);
|
$table->data[2][1] .= html_print_input_text ('fires_min', '', '', 4, 10, true);
|
||||||
|
|
Loading…
Reference in New Issue