mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-26 06:39: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
|
|
@ -41,6 +41,11 @@
|
|||
<label for="message_content">{$lang->content}</label>
|
||||
<textarea id="message_content" name="new_content" rows="8" style="width:100%;box-sizing:border-box"></textarea>
|
||||
</li>
|
||||
<!--@if($this->user->isAdmin())-->
|
||||
<li>
|
||||
<span id="message_send_mail"><input type="checkbox" value="Y" name="send_mail" /> {$lang->cmd_send_mail}</span>
|
||||
</li>
|
||||
<!--@endif-->
|
||||
</ul>
|
||||
<div class="bna">
|
||||
<span class="fl"><a href="{getUrl('act', 'dispCommunicationMessages')}" class="bn white">{$lang->cmd_back}</a></span>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue