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:
devjin 2011-12-08 06:24:44 +00:00
parent 0f2eef64aa
commit 58315df742
2 changed files with 24 additions and 22 deletions

View file

@ -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">