diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index 4b389fd73f..4f12109402 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,7 @@ +2010-03-15 Junichi Satoh + + * godmode/alerts/alert_list.php : Added help link, "alert-matches". + 2010-03-12 Sancho Lerena * include/help/es/: Added some missing help files in spanish, diff --git a/pandora_console/godmode/alerts/alert_list.php b/pandora_console/godmode/alerts/alert_list.php index cd4ab4ff5d..6fe87b9984 100644 --- a/pandora_console/godmode/alerts/alert_list.php +++ b/pandora_console/godmode/alerts/alert_list.php @@ -576,6 +576,7 @@ $table->data[2][1] .= print_input_text ('fires_min', '', '', 4, 10, true); $table->data[2][1] .= ' '.__('to').' '; $table->data[2][1] .= print_input_text ('fires_max', '', '', 4, 10, true); $table->data[2][1] .= ' '.__('matches of the alert'); +$table->data[2][1] .= print_help_icon ("alert-matches", true); $table->data[2][1] .= ''; $table->data[2][1] .= '';