mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-18 18:59:56 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@402 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
dee594fb62
commit
62afbadc06
6 changed files with 77 additions and 1 deletions
|
|
@ -16,6 +16,7 @@
|
|||
<td>{$lang->date}</td>
|
||||
<td>{$lang->table_count}</td>
|
||||
<td>{$lang->installed_path}</td>
|
||||
<td>{$lang->module_info}</td>
|
||||
<td>{$lang->add_shortcut}</td>
|
||||
</tr>
|
||||
<!--@foreach($module_list as $key => $val)-->
|
||||
|
|
@ -41,6 +42,7 @@
|
|||
</span>
|
||||
</td>
|
||||
<td>{$val->path}</td>
|
||||
<td><a href="#" onclick="winopen('{getUrl('','module','module','act','dispModuleInfo','selected_module',$val->module)}','module_info','width=10,height=10,toolbars=no,scrollbars=yes,resizable=yes');return false">{$lang->cmd_view}</a></td>
|
||||
<td rowspan="2">
|
||||
<!--@if(!$shortcut_list[$val->module] && $val->admin_index_act )-->
|
||||
<a href="#" onclick="doAddShortCut('{$val->module}');return false;">{$lang->cmd_add_shortcut}</a>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue