modify lang of module page template

git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8999 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
chschy 2011-09-02 09:04:11 +00:00
parent a9202a74aa
commit d9ebb8f55a

View file

@ -7,7 +7,7 @@
</caption> </caption>
<thead> <thead>
<tr> <tr>
<th scope="col" class="title">{$lang->layout_name}</th> <th scope="col" class="title">{$lang->module_name}</th>
<th scope="col">{$lang->version}</th> <th scope="col">{$lang->version}</th>
<th scope="col">{$lang->author}</th> <th scope="col">{$lang->author}</th>
<th scope="col">{$lang->path}</th> <th scope="col">{$lang->path}</th>
@ -45,7 +45,6 @@
<a href="{$val->delete_url}">{$lang->cmd_delete}</a> <a href="{$val->delete_url}">{$lang->cmd_delete}</a>
<!--@end--> <!--@end-->
</td> </td>
</tr> </tr>
<!--@end--> <!--@end-->