포인트 그룹 연동 설정시 최대 레벨보다 높게 설정할 수 있는 문제 수정

+혼동 방지를 위해 입력칸 옆에 레벨 표시 추가
This commit is contained in:
YJSoft 2015-01-10 18:52:58 +09:00
parent 2aade0342b
commit d0b64fde1e
2 changed files with 14 additions and 0 deletions

View file

@ -96,6 +96,7 @@
<label class="x_control-label" for="point_group_{$key}">{$val->title}</label>
<div class="x_controls">
<input cond="$val->is_default != 'Y'" type="number" min="0" max="1000" value="{$config->point_group[$key]}" name="point_group_{$key}" id="point_group_{$key}" style="width:50px" />
&nbsp;{$lang->level}
<span cond="$val->is_default == 'Y'" style="display:inline-block;padding-top:3px">{$lang->default_group}</span>
</div>
</div>