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

This commit is contained in:
zero 2007-03-02 08:54:03 +00:00
parent 772beca574
commit 4a08caab41
5 changed files with 42 additions and 6 deletions

View file

@ -27,6 +27,13 @@
<tr>
<td>{$lang->about_mid}</td>
</tr>
<tr>
<th rowspan="2">{$lang->browser_title}</th>
<td><input type="text" name="browser_title" value="{$module_info->browser_title}" /></td>
</tr>
<tr>
<td>{$lang->about_browser_title}</td>
</tr>
<tr>
<th rowspan="2">{$lang->skin}</th>
<td>
@ -48,12 +55,20 @@
<td>{$lang->about_use_category}</td>
</tr>
<tr>
<th rowspan="2">{$lang->browser_title}</th>
<td><input type="text" name="browser_title" value="{$module_info->browser_title}" /></td>
<th rowspan="2">{$lang->list_count}</th>
<td><input type="text" name="list_count" value="{$module_info->list_count?$module_info->list_count:20}" /></td>
</tr>
<tr>
<td>{$lang->about_browser_title}</td>
<td>{$lang->about_list_count}</td>
</tr>
<tr>
<th rowspan="2">{$lang->page_count}</th>
<td><input type="text" name="page_count" value="{$module_info->page_count?$module_info->page_count:10}" /></td>
</tr>
<tr>
<td>{$lang->about_page_count}</td>
</tr>
<!--@if($module_info->is_default!='Y')-->
<tr>
<th rowspan="2">{$lang->is_default}</th>