mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 10:41:40 +09:00
Check if can i receive message when send message.
This commit is contained in:
parent
a23f4f6647
commit
e21c203a78
7 changed files with 82 additions and 1 deletions
|
|
@ -18,6 +18,16 @@
|
|||
<input type="text" name="title" id="message_title" value="{$source_message->title}" />
|
||||
<label for="message_send_mail"><input type="checkbox" value="Y" name="send_mail" id="message_send_mail" /> {$lang->cmd_send_mail}</label>
|
||||
<div class="rx_member-notice info">{$lang->msg_send_mail_privacy}</div>
|
||||
<div class="rx_member-notice info" cond="$logged_info->allow_message !== 'Y'">
|
||||
{$lang->warning}
|
||||
<br>
|
||||
<!--@if($logged_info->allow_message == 'F')-->
|
||||
{$lang->msg_allow_message_friend}
|
||||
<!--@elseif($logged_info->allow_message == 'N')-->
|
||||
{$lang->msg_allow_meesage_Block}
|
||||
<!--@end-->
|
||||
<br>{$lang->msg_allow_message_please}
|
||||
</div>
|
||||
</div>
|
||||
{$editor}
|
||||
<div class="control-group">
|
||||
|
|
@ -25,4 +35,4 @@
|
|||
</div>
|
||||
</form>
|
||||
</section>
|
||||
<include target="./common_footer.html" />
|
||||
<include target="./common_footer.html" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue