mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-02 16:52:16 +09:00
add module_info option and langauge for korean.
This commit is contained in:
parent
7c45c63f3a
commit
fc8025759c
2 changed files with 15 additions and 0 deletions
|
|
@ -274,6 +274,19 @@
|
|||
<p>{$lang->about_protect_regdate}</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="x_control-group">
|
||||
<label class="x_control-label">{$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>
|
||||
<p class="x_help-block">{$lang->about_comment_delete_message}</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="x_control-group">
|
||||
<label class="x_control-label">{$lang->status}</label>
|
||||
<div class="x_controls">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue