|
|
@ -27,6 +27,10 @@
|
|
|
|
<label for="config_random_books">{{_('No. of random books to show')}}</label>
|
|
|
|
<label for="config_random_books">{{_('No. of random books to show')}}</label>
|
|
|
|
<input type="number" min="1" max="30" class="form-control" name="config_random_books" id="config_random_books" value="{% if content.config_random_books != None %}{{ content.config_random_books }}{% endif %}" autocomplete="off">
|
|
|
|
<input type="number" min="1" max="30" class="form-control" name="config_random_books" id="config_random_books" value="{% if content.config_random_books != None %}{{ content.config_random_books }}{% endif %}" autocomplete="off">
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="form-group">
|
|
|
|
|
|
|
|
<label for="config_authors_max">{{_('No. of authors to show before hiding (0=disable hiding)')}}</label>
|
|
|
|
|
|
|
|
<input type="number" min="0" max="999" class="form-control" name="config_authors_max" id="config_authors_max" value="{% if content.config_authors_max != None %}{{ content.config_authors_max }}{% endif %}" autocomplete="off">
|
|
|
|
|
|
|
|
</div>
|
|
|
|
<div class="form-group">
|
|
|
|
<div class="form-group">
|
|
|
|
<label for="config_theme">{{_('Theme')}}</label>
|
|
|
|
<label for="config_theme">{{_('Theme')}}</label>
|
|
|
|
<select name="config_theme" id="config_theme" class="form-control">
|
|
|
|
<select name="config_theme" id="config_theme" class="form-control">
|
|
|
|