add module_info option and langauge for korean.

This commit is contained in:
BJRambo 2016-05-23 03:08:33 +09:00
parent 7c45c63f3a
commit fc8025759c
2 changed files with 15 additions and 0 deletions

View file

@ -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">