From 72f178f5c021e707247c60bfdb326bb7d9159fc1 Mon Sep 17 00:00:00 2001 From: jsatoh Date: Thu, 1 Nov 2012 03:13:17 +0000 Subject: [PATCH] 2012-11-01 Junichi Satoh * include/help/ja/help_alert_fields_description.php, include/help/ja/help_alert_fields_values.php: Added new help files. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@7118 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_console/ChangeLog | 5 +++++ .../help/ja/help_alert_fields_description.php | 10 ++++++++++ .../include/help/ja/help_alert_fields_values.php | 16 ++++++++++++++++ 3 files changed, 31 insertions(+) create mode 100644 pandora_console/include/help/ja/help_alert_fields_description.php create mode 100644 pandora_console/include/help/ja/help_alert_fields_values.php diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index 374196b13e..0dbb8a4a1d 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,8 @@ +2012-11-01 Junichi Satoh + + * include/help/ja/help_alert_fields_description.php, + include/help/ja/help_alert_fields_values.php: Added new help files. + 2012-10-31 Sergio Martin * pandoradb_data.sql diff --git a/pandora_console/include/help/ja/help_alert_fields_description.php b/pandora_console/include/help/ja/help_alert_fields_description.php new file mode 100644 index 0000000000..6e96707774 --- /dev/null +++ b/pandora_console/include/help/ja/help_alert_fields_description.php @@ -0,0 +1,10 @@ + +

フィールドの説明

+ +コマンド設定のそれぞれのフィールドには、任意の説明を設定することができます。 +

+この説明は、コマンドを選択したときにテキストボックスの近くのアクション設定フォームに表示されます。 diff --git a/pandora_console/include/help/ja/help_alert_fields_values.php b/pandora_console/include/help/ja/help_alert_fields_values.php new file mode 100644 index 0000000000..96e1565f1b --- /dev/null +++ b/pandora_console/include/help/ja/help_alert_fields_values.php @@ -0,0 +1,16 @@ + +

フィールドの値

+ +値とタグの一覧を定義することにより、フィールドに設定可能な値を制限することができます。一覧を定義した場合、フィールドは選択メニューになります。 +

+フォーマットは次の通りです。 +

+value1,tag1;value2,tag2;value3,tag3 +

+例: +

+1,Number one;2,Number two;3,Number three;4,Number four