From 1fa6979c501385df812e48e90eb92b464c84679e Mon Sep 17 00:00:00 2001 From: jsatoh Date: Mon, 15 Mar 2010 04:26:40 +0000 Subject: [PATCH] 2010-03-15 Junichi Satoh * godmode/alerts/alert_list.php : Added help link, "alert-matches". git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@2509 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_console/ChangeLog | 4 ++++ pandora_console/godmode/alerts/alert_list.php | 1 + 2 files changed, 5 insertions(+) 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] .= '';