Restore sending message by email (revert #1109)

- 스팸 방지를 위해 관리자만 발송할 수 있도록 변경
- 보낸이의 메일 주소를 노출하지 않도록 변경
This commit is contained in:
Kijin Sung 2023-10-24 21:33:39 +09:00
parent c84756e769
commit 53ec02b6bb
5 changed files with 63 additions and 0 deletions

View file

@ -37,6 +37,12 @@
<th scope="row">{$lang->title}</th>
<td><input type="text" name="title" id="message_title" value="{$source_message->title}" style="width:90%" /></td>
</tr>
<!--@if($this->user->isAdmin())-->
<tr>
<th scope="row">{$lang->cmd_option}</th>
<td><label><input type="checkbox" value="Y" name="send_mail" /> {$lang->cmd_send_mail}</label></td>
</tr>
<!--@endif-->
</table>
{$editor|noescape}
<div class="btnArea">