글/댓글이 신규 등록될때 관리자 메일이 등록되어 있으면 해당 관리자의 메일 주소로 메일로 알려주는 기능 추가

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4080 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2008-04-08 04:56:38 +00:00
parent a1d34e813e
commit dbb40b37c7
12 changed files with 64 additions and 0 deletions

View file

@ -63,6 +63,10 @@
<th scope="row">{$lang->consultation}</th>
<td>{$module_info->consultation=='Y'?$lang->use:$lang->notuse}</td>
</tr>
<tr>
<th scope="row">{$lang->admin_mail}</th>
<td>{$module_info->admin_mail}</td>
</tr>
<tr>
<th scope="row">{$lang->description}</th>
<td>{nl2br(htmlspecialchars($module_info->description))}&nbsp;</td>

View file

@ -139,6 +139,13 @@
<p>{nl2br($lang->about_consultation)}</p>
</td>
</tr>
<tr>
<th scope="row">{$lang->admin_mail}</th>
<td>
<input type="text" name="admin_mail" value="{$module_info->admin_mail}" class="inputTypeText w400" />
<p>{$lang->about_admin_mail}</p>
</td>
</tr>
<tr>
<th scope="row">{$lang->description}</th>
<td>

View file

@ -20,6 +20,7 @@
<param name="search_list_count" target="search_list_count" />
<param name="except_notice" target="except_notice" />
<param name="consultation" target="consultation" />
<param name="admin_mail" target="admin_mail" />
<param name="page_count" target="page_count" />
<param name="is_default" target="is_default" />
<param name="description" target="description" />