mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-25 06:09:55 +09:00
관리자 메인 페이지의 모듈 목록에서 모듈 정보 보기 아이콘을 별도 분리하고 모듈 이름 선택시 해당 모듈 페이지로 이동하도록 설정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4756 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
e41c2fbac0
commit
2699d2b698
1 changed files with 5 additions and 2 deletions
|
|
@ -44,7 +44,7 @@
|
|||
<caption>{$lang->module}</caption>
|
||||
<thead>
|
||||
<tr>
|
||||
<th class="wide"><div>{$lang->module_name}</div></th>
|
||||
<th class="wide" colspan="2"><div>{$lang->module_name}</div></th>
|
||||
<th><div>{$lang->version}</div></th>
|
||||
<th><div>{$lang->author}</div></th>
|
||||
<th><div>{$lang->table_count}</div></th>
|
||||
|
|
@ -54,7 +54,10 @@
|
|||
<tbody>
|
||||
<!--@foreach($module_list as $key => $val)-->
|
||||
<tr class="row{$cycle_idx}">
|
||||
<td class="circle"><a href="{getUrl('','module','module','act','dispModuleAdminInfo','selected_module',$val->module)}" onclick="popopen(this.href,'module_info');return false"title="{trim($val->description)}">{$val->title}</a> ({$val->module})</td>
|
||||
<td class="circle"><a href="{getUrl('','module','admin','act',$val->admin_index_act)}" title="{trim($val->description)}">{$val->title}</a> ({$val->module})</td>
|
||||
<td class="view">
|
||||
<a href="{getUrl('','module','module','act','dispModuleAdminInfo','selected_module',$val->module)}" onclick="popopen(this.href,'module_info');return false">{$lang->module_info}</a>
|
||||
</td>
|
||||
<td class="number center">{$val->version}</td>
|
||||
<td class="nowrap">
|
||||
<!--@foreach($val->author as $author)-->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue