mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
#493 모듈 바로가기 링크에 모듈설명을 풍선도움말로 표시하도록 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4352 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
3c880b6790
commit
e81b6af95a
2 changed files with 3 additions and 3 deletions
|
|
@ -33,7 +33,7 @@
|
|||
<!--@if($v->category == $key)-->
|
||||
<!--@if($v->admin_index_act)-->
|
||||
<li <!--@if(in_array($act, $v->actions))-->class="on"<!--@end--> onclick="location.href='{getUrl('','module','admin','act',$v->admin_index_act)}'; return false;">
|
||||
<a href="{getUrl('','module','admin','act',$v->admin_index_act)}">{$v->title}</a>
|
||||
<a href="{getUrl('','module','admin','act',$v->admin_index_act)}" title="{trim($v->author->description)}">{$v->title}</a>
|
||||
</li>
|
||||
<!--@end-->
|
||||
<!--@end-->
|
||||
|
|
|
|||
|
|
@ -43,9 +43,9 @@
|
|||
<tr>
|
||||
<td class="left gl3 blue">
|
||||
<!--@if($val->admin_index_act)-->
|
||||
<a href="{getUrl('act',$val->admin_index_act)}">{$val->title}</a> ({$val->module})
|
||||
<a href="{getUrl('act',$val->admin_index_act)}" title="{trim($val->author->description)}">{$val->title}</a> ({$val->module})
|
||||
<!--@else-->
|
||||
{$val->title} ({$val->module})
|
||||
<span title="{trim($val->author->description)}">{$val->title}</span> ({$val->module})
|
||||
<!--@end-->
|
||||
</td>
|
||||
<td class="tahoma">{$val->version}</td>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue