mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-27 07:44:35 +02:00
2012-11-01 Junichi Satoh <junichi@rworks.jp>
* 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
This commit is contained in:
parent
16bdd70e21
commit
e9432c8a00
@ -1,3 +1,8 @@
|
|||||||
|
2012-11-01 Junichi Satoh <junichi@rworks.jp>
|
||||||
|
|
||||||
|
* 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 <sergio.martin@artica.es>
|
2012-10-31 Sergio Martin <sergio.martin@artica.es>
|
||||||
|
|
||||||
* pandoradb_data.sql
|
* pandoradb_data.sql
|
||||||
|
@ -0,0 +1,10 @@
|
|||||||
|
<?php
|
||||||
|
/**
|
||||||
|
* @package Include/help/ja
|
||||||
|
*/
|
||||||
|
?>
|
||||||
|
<h1>フィールドの説明</h1>
|
||||||
|
|
||||||
|
コマンド設定のそれぞれのフィールドには、任意の説明を設定することができます。
|
||||||
|
<br><br>
|
||||||
|
この説明は、コマンドを選択したときにテキストボックスの近くのアクション設定フォームに表示されます。
|
16
pandora_console/include/help/ja/help_alert_fields_values.php
Normal file
16
pandora_console/include/help/ja/help_alert_fields_values.php
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
<?php
|
||||||
|
/**
|
||||||
|
* @package Include/help/ja
|
||||||
|
*/
|
||||||
|
?>
|
||||||
|
<h1>フィールドの値</h1>
|
||||||
|
|
||||||
|
値とタグの一覧を定義することにより、フィールドに設定可能な値を制限することができます。一覧を定義した場合、フィールドは選択メニューになります。
|
||||||
|
<br><br>
|
||||||
|
フォーマットは次の通りです。
|
||||||
|
<br><br>
|
||||||
|
value1,tag1;value2,tag2;value3,tag3
|
||||||
|
<br><br>
|
||||||
|
例:
|
||||||
|
<br><br>
|
||||||
|
1,Number one;2,Number two;3,Number three;4,Number four
|
Loading…
x
Reference in New Issue
Block a user