mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 02:31:40 +09:00
Separate message for limited_reason from refused_reason
This commit is contained in:
parent
6ce04aeeb2
commit
4503a95344
3 changed files with 8 additions and 4 deletions
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue