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

This commit is contained in:
zero 2007-04-19 07:14:35 +00:00
parent 832a6ea8c0
commit 69f30ea239
11 changed files with 53 additions and 170 deletions

View file

@ -62,13 +62,6 @@
<tr>
<td>{$lang->about_skin}</td>
</tr>
<tr>
<th rowspan="2">{$lang->use_category}</th>
<td><input type="checkbox" name="use_category" value="Y" <!--@if($module_info->use_category=='Y')-->checked="true"<!--@end--> /></td>
</tr>
<tr>
<td>{$lang->about_use_category}</td>
</tr>
<tr>
<th rowspan="2">{$lang->list_count}</th>
<td><input type="text" name="list_count" value="{$module_info->list_count?$module_info->list_count:1}" /></td>