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

This commit is contained in:
zero 2007-02-15 07:46:40 +00:00
parent 771411ac93
commit a9b20446f7
17 changed files with 6 additions and 0 deletions

View file

@ -1,37 +0,0 @@
<!--#include("header.html")-->
<table>
<tr>
<th>{$lang->skin}</th>
<td>{$module_info->skin}</td>
</tr>
<tr>
<th>{$lang->use_category}</th>
<td><!--@if($module_info->use_category=='Y')-->{$lang->use}<!--@else-->{$lang->notuse}<!--@end--></td>
</tr>
<tr>
<th>{$lang->browser_title}</th>
<td>{$module_info->browser_title}</td>
</tr>
<tr>
<th>{$lang->description}</th>
<td>{nl2br($module_info->description)}</td>
</tr>
<tr>
<th>{$lang->header_text}</th>
<td>{$module_info->header_text}</td>
</tr>
<tr>
<th>{$lang->footer_text}</th>
<td>{$module_info->footer_text}</td>
</tr>
<tr>
<th>{$lang->admin_id}</th>
<td>{$module_info->admin_id}</td>
</tr>
<tr>
<td colspan="2">
<input type="button" value="{$lang->cmd_modify}" onclick="location.href='{getUrl('act','dispInsert')}'" />
</td>
</tr>
</table>