mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-17 10:19:55 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@1405 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
8b16a0e086
commit
e1247296dc
7 changed files with 91 additions and 573 deletions
|
|
@ -47,10 +47,10 @@
|
|||
<td>{$val->path}</td>
|
||||
<td><a href="#" onclick="popopen('{getUrl('','module','module','act','dispModuleAdminInfo','selected_module',$val->module)}','module_info');return false">{$lang->cmd_view}</a></td>
|
||||
<td>
|
||||
<!--@if(!$val->is_installed)-->
|
||||
<a href="#" onclick="doInstallModule('{$val->module}');return false;">{$lang->cmd_install}</a>
|
||||
<!--@elseif($val->need_update)-->
|
||||
<!--@if($val->need_update)-->
|
||||
<a href="#">{$lang->cmd_update}</a>
|
||||
<!--@else-->
|
||||
<a href="#" onclick="doInstallModule('{$val->module}');return false;">{$lang->cmd_install}</a>
|
||||
<!--@end-->
|
||||
</td>
|
||||
<td>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue