mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 02:31:40 +09:00
Fix #1346 allow setting filesize limit for member signature
This commit is contained in:
parent
426027509c
commit
073924efcf
4 changed files with 16 additions and 1 deletions
|
|
@ -212,6 +212,9 @@
|
|||
<label class="x_inline"><input type="radio" name="member_allow_fileupload" value="Y" checked="checked"|cond="$config->member_allow_fileupload == 'Y'" /> {$lang->cmd_yes}</label>
|
||||
<label class="x_inline"><input type="radio" name="member_allow_fileupload" value="N" checked="checked"|cond="$config->member_allow_fileupload != 'Y'" /> {$lang->cmd_no}</label>
|
||||
</p>
|
||||
<p class="x_help-block">
|
||||
<label class="x_inline" for="member_max_filesize">{$lang->allowed_filesize}</label> <input type="number" min="0" name="member_max_filesize" id="member_max_filesize" value="{$config->member_max_filesize}" /> KB
|
||||
</p>
|
||||
<script>
|
||||
getEditorSkinColorList('{$config->signature_editor_skin}','{$config->sel_editor_colorset}');
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue