mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-26 14:49:56 +09:00
Restore sending message by email (revert #1109)
- 스팸 방지를 위해 관리자만 발송할 수 있도록 변경 - 보낸이의 메일 주소를 노출하지 않도록 변경
This commit is contained in:
parent
c84756e769
commit
53ec02b6bb
5 changed files with 63 additions and 0 deletions
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue