mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-08 19:21:40 +09:00
Fix #1828 increase range of RSS document count and set sensible defaults
This commit is contained in:
parent
7e9e33765c
commit
9b794c6df2
3 changed files with 7 additions and 3 deletions
|
|
@ -59,7 +59,7 @@
|
|||
<div class="x_control-group">
|
||||
<label class="x_control-label" for="feed_document_count">{$lang->feed_document_count}</label>
|
||||
<div class="x_controls">
|
||||
<input type="number" min="1" max="100" name="feed_document_count" value="{$config->feed_document_count}" id="feed_document_count" />
|
||||
<input type="number" min="1" max="1000" name="feed_document_count" value="{$config->feed_document_count ?: 20}" id="feed_document_count" />
|
||||
</div>
|
||||
</div>
|
||||
<div class="btnArea x_clearfix">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue