mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-30 08:39:58 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@1772 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
fbbad5e79e
commit
898eb99469
26 changed files with 214 additions and 135 deletions
|
|
@ -6,21 +6,21 @@
|
|||
<tr>
|
||||
<th scope="col">{$lang->allowed_filesize}</th>
|
||||
<td>
|
||||
<input type="text" name="allowed_filesize" value="{$config->allowed_filesize}" class="inputTypeText" />MB
|
||||
<input type="text" name="allowed_filesize" value="{$config->allowed_filesize}" class="inputTypeText" size="3" />MB
|
||||
<p>{$lang->about_allowed_filesize}</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="col">{$lang->allowed_attach_size}</th>
|
||||
<td>
|
||||
<input type="text" name="allowed_attach_size" value="{$config->allowed_attach_size}" class="inputTypeText" />MB
|
||||
<input type="text" name="allowed_attach_size" value="{$config->allowed_attach_size}" class="inputTypeText" size="3" />MB
|
||||
<p>{$lang->about_allowed_attach_size}</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="col">{$lang->allowed_filetypes}</th>
|
||||
<td>
|
||||
<input type="text" name="allowed_filetypes" value="{$config->allowed_filetypes}" class="inputTypeText" />
|
||||
<input type="text" name="allowed_filetypes" value="{$config->allowed_filetypes}" class="inputTypeText w100" />
|
||||
<p>{$lang->about_allowed_filetypes}</p>
|
||||
</td>
|
||||
</tr>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue