2011-10-06 Junichi Satoh <junichi@rworks.jp>
* include/help/ja/help_reporting_main_tab.php: Added a missing help file. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@5046 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
b83c786b51
commit
417c3d9e1c
|
@ -1,3 +1,8 @@
|
|||
2011-10-06 Junichi Satoh <junichi@rworks.jp>
|
||||
|
||||
* include/help/ja/help_reporting_main_tab.php: Added a missing help
|
||||
file.
|
||||
|
||||
2011-10-06 Koichiro Kikuchi <koichiro@rworks.jp>
|
||||
|
||||
* include/help/en/help_alert_macros.php,
|
||||
|
|
|
@ -0,0 +1,16 @@
|
|||
<?php
|
||||
/**
|
||||
* @package Include/help/ja
|
||||
*/
|
||||
?>
|
||||
<h1>レポートビルダ</h1>
|
||||
|
||||
レポートを作成するには、最初に次のフォームを入力します。
|
||||
<ul>
|
||||
<li>名前</li>
|
||||
<li>グループ</li>
|
||||
<li>説明</li>
|
||||
</ul>
|
||||
次に、作成をクリックします。
|
||||
<br /><br />
|
||||
作成済のレポートを編集するには、フォームを修正し更新ボタンをクリックします。
|
Loading…
Reference in New Issue