Separate message for limited_reason from refused_reason

This commit is contained in:
Kijin Sung 2023-07-04 01:26:26 +09:00
parent 6ce04aeeb2
commit 4503a95344
3 changed files with 8 additions and 4 deletions

View file

@ -112,10 +112,10 @@
</div>
</div>
<div class="x_control-group div_limited_reason">
<label class="x_control-label">{$lang->refused_reason}</label>
<label class="x_control-label">{$lang->limited_reason}</label>
<div class="x_controls">
<textarea name="limited_reason" id="limited_reason" rows="2" cols="42" style="vertical-align:top">{$member_info->limited_reason}</textarea>
<span class="x_help-inline">{$lang->about_refused_reason}</span>
<span class="x_help-inline">{$lang->about_limited_reason}</span>
</div>
</div>
<div class="x_control-group">