mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-01 08:12:17 +09:00
issue 350 fixed label file config
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9919 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
0f2eef64aa
commit
58315df742
2 changed files with 24 additions and 22 deletions
|
|
@ -37,8 +37,10 @@
|
|||
<p class="a"><input id="attachSize" type="text" name="allowed_attach_size" value="{$config->allowed_attach_size}" style="width:40px" /> MB</p>
|
||||
</li>
|
||||
<li>
|
||||
<p class="q"><label for="allowedFiletypes">{$lang->about_allowed_filetypes}</label></p>
|
||||
<p class="a"><input id="allowedFiletypes" type="text" name="allowed_filetypes" value="{$config->allowed_filetypes}" /></p>
|
||||
<p class="q"><label for="allowedFiletypes">{$lang->allowed_filetypes}</label></p>
|
||||
<p class="a"><input id="allowedFiletypes" type="text" name="allowed_filetypes" value="{$config->allowed_filetypes}" />
|
||||
<p>{$lang->about_allowed_filetypes}</p>
|
||||
</p>
|
||||
</li>
|
||||
</ul>
|
||||
<div class="btnArea">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue