mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-06 10:11:38 +09:00
Auto install UI updated.
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8929 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
f7fa786612
commit
af48b6f406
1 changed files with 2 additions and 2 deletions
|
|
@ -4,8 +4,8 @@
|
|||
<h2>{$category->title}</h2>
|
||||
<ul>
|
||||
<li loop="$category->children => $children">
|
||||
<block cond="$children->category_srl == $category_srl"><strong>{$children->title}</strong>({$children->nPackages})</block>
|
||||
<block cond="$children->category_srl != $category_srl"><a href="{getUrl('','module','admin','act','dispAutoinstallAdminIndex','category_srl',$children->category_srl,'childrenList','')}">{$children->title}</a>({$children->nPackages})</block>
|
||||
<block cond="$children->category_srl == $category_srl"><strong>{$children->title}({$children->nPackages})</strong></block>
|
||||
<block cond="$children->category_srl != $category_srl"><a href="{getUrl('','module','admin','act','dispAutoinstallAdminIndex','category_srl',$children->category_srl,'childrenList','')}">{$children->title}({$children->nPackages})</a></block>
|
||||
</li>
|
||||
</ul>
|
||||
</block>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue