mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-10 12:32:14 +09:00
Fix #2114 Allow specifying file formats to be indexed
This commit is contained in:
parent
22abeb7a88
commit
9611fc7bda
5 changed files with 36 additions and 1 deletions
|
|
@ -57,6 +57,13 @@
|
|||
<p class="x_help-block">{$lang->about_inline_download_format}</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="x_control-group">
|
||||
<label class="x_control-label" for="allow_indexing_format">{$lang->allow_indexing_format}</label>
|
||||
<div class="x_controls">
|
||||
<input type="text" name="allow_indexing_format" id="allow_indexing_format" value="{$config->allow_indexing_format}" />
|
||||
<p class="x_help-block">{$lang->about_allow_indexing_format}</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="x_clearfix btnArea">
|
||||
<div class="x_pull-right">
|
||||
<button type="submit" class="x_btn x_btn-primary">{$lang->cmd_save}</button>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue