mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-30 15:52:17 +09:00
Merge pull request #2264 from kkigomi/input-number
관리페이지 설정 폼에서 숫자 입력 항목 필드의 type 을 number 로 변경
This commit is contained in:
commit
bb1699f577
6 changed files with 17 additions and 17 deletions
|
|
@ -44,7 +44,7 @@
|
|||
<div class="x_control-group">
|
||||
<label class="x_control-label" for="search_division">{$lang->cmd_search_division}</label>
|
||||
<div class="x_controls">
|
||||
<input type="number" name="search_division" value="{$config->search_division ?? 5000}" />
|
||||
<input type="number" min="0" name="search_division" value="{$config->search_division ?? 5000}" />
|
||||
<p class="x_help-block">{$lang->about_search_division}</p>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue