mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
대댓글에 대한 세부옵션을 추가
This commit is contained in:
parent
a0699b2e33
commit
4bbbd6ee36
4 changed files with 36 additions and 12 deletions
|
|
@ -275,14 +275,13 @@
|
|||
</div>
|
||||
</div>
|
||||
<div class="x_control-group">
|
||||
<label class="x_control-label">{$lang->comment_delete_message}</label>
|
||||
<label class="x_control-label" for="comment_delete_message">{$lang->comment_delete_message}</label>
|
||||
<div class="x_controls">
|
||||
<label class="x_inline">
|
||||
<input type="radio" id="comment_delete_message_y" name="comment_delete_message" value="Y" checked="checked"|cond="$module_info->comment_delete_message == 'Y'" /> {$lang->cmd_yes}
|
||||
</label>
|
||||
<label class="x_inline">
|
||||
<input type="radio" id="comment_delete_message_n" name="comment_delete_message" value="N" checked="checked"|cond="$module_info->comment_delete_message == 'N'" /> {$lang->cmd_no}
|
||||
</label>
|
||||
<select name="comment_delete_message" id="comment_delete_message">
|
||||
<option value="no" selected="selected"|cond="$module_info->comment_delete_message == 'no'">{$lang->cmd_do_not_massage}</option>
|
||||
<option value="yes" selected="selected"|cond="$module_info->comment_delete_message == 'yes'">{$lang->cmd_all_comment_message}</option>
|
||||
<option value="only_commnet" selected="selected"|cond="$module_info->comment_delete_message == 'only_commnet'">{$lang->cmd_only_p_comment}</option>
|
||||
</select>
|
||||
<p class="x_help-block">{$lang->about_comment_delete_message}</p>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue