git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4661 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
zero 2008-10-21 01:09:53 +00:00
parent 5b2627ae4d
commit e56f5091a0
58 changed files with 324 additions and 293 deletions

View file

@ -4,7 +4,7 @@
<table cellspacing="0" class="adminTable">
<caption>{$lang->file}</caption>
<tr>
<tr class="row2">
<th scope="col"><div>{$lang->allowed_filesize}</div></th>
<td>
<input type="text" name="allowed_filesize" value="{$file_config->allowed_filesize}" class="inputTypeText" size="3" />MB
@ -19,7 +19,7 @@
<p>{$lang->about_allowed_attach_size}</p>
</td>
</tr>
<tr>
<tr class="row2">
<th scope="col"><div>{$lang->allowed_filetypes}</div></th>
<td>
<input type="text" name="allowed_filetypes" value="{$file_config->allowed_filetypes}" class="inputTypeText w100" />
@ -36,7 +36,7 @@
<!--@end-->
</td>
</tr>
<tr>
<tr class="row2">
<td class="right" colspan="2">
<span class="button"><input type="submit" value="{$lang->cmd_save}" /></span>
</td>