mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-12 05:22:35 +09:00
issue 862 fixed. Solved IE 6~7 layout issue. Thanks to shilpe34.
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9922 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
27a62f1a36
commit
24996790bf
1 changed files with 11 additions and 13 deletions
|
|
@ -1,6 +1,5 @@
|
||||||
<div class="easyNav">
|
<div class="easyNav">
|
||||||
<div loop="$categories => $category" class="category">
|
<div loop="$categories => $category" cond="$category->depth == 0" class="category">
|
||||||
<block cond="$category->depth == 0">
|
|
||||||
<h2>{$category->title}</h2>
|
<h2>{$category->title}</h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li loop="$category->children => $children">
|
<li loop="$category->children => $children">
|
||||||
|
|
@ -11,7 +10,6 @@
|
||||||
<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>
|
<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>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</block>
|
|
||||||
</div>
|
</div>
|
||||||
<p class="filter">
|
<p class="filter">
|
||||||
<a cond="$act != 'dispAutoinstallAdminIndex'" href="{getUrl('', 'module', 'admin', 'act', 'dispAutoinstallAdminIndex')}">All({$tCount})</a>
|
<a cond="$act != 'dispAutoinstallAdminIndex'" href="{getUrl('', 'module', 'admin', 'act', 'dispAutoinstallAdminIndex')}">All({$tCount})</a>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue