커뮤니케이션 모듈에 메일전송 기능을 삭제

This commit is contained in:
BJRambo 2018-10-27 16:12:45 +09:00
parent 6d239378a0
commit b4239c1c61
5 changed files with 1 additions and 38 deletions

View file

@ -30,10 +30,6 @@
<th scope="row">{$lang->title}</th>
<td><input type="text" name="title" id="message_title" value="{$source_message->title}" style="width:90%" /></td>
</tr>
<tr>
<th scope="row">{$lang->cmd_option}</th>
<td><input type="checkbox" value="Y" name="send_mail" /> {$lang->cmd_send_mail} <span class="explanation">{$lang->msg_send_mail_privacy}</span></td>
</tr>
</table>
{$editor|noescape}
<div class="btnArea">