mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-01 16:22:41 +09:00
Fix #2057 add option to change or disable search division count
This commit is contained in:
parent
33b2c79891
commit
8b9b00652c
5 changed files with 23 additions and 2 deletions
|
|
@ -41,6 +41,13 @@
|
|||
<p id="micons_help" class="x_help-block">{$lang->about_cmd_mobile_icon_setting}</p>
|
||||
</div>
|
||||
</div>
|
||||
<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}" />
|
||||
<p class="x_help-block">{$lang->about_search_division}</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="btnArea x_clearfix">
|
||||
<span class="x_pull-right" style="margin-left:10px;"><input class="btn" type="button" value="{$lang->cmd_delete_all_thumbnail}" onclick="doDeleteAllThumbnail()"/></span>
|
||||
<span class="x_pull-right"><input class="x_btn x_btn-primary" type="submit" value="{$lang->cmd_save}" /></span>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue