Auto install UI updated.

git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8927 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ChanMyeong 2011-08-29 08:06:03 +00:00
parent 86e670c613
commit 8fcd53ae12
4 changed files with 9 additions and 8 deletions

View file

@ -1,10 +1,7 @@
<div class="easyNav">
<div loop="$categories => $category" class="category">
<block cond="$category->depth == 0">
<h2>
<block cond="$category->category_srl != $category_srl"><a href="{getUrl('','module','admin','act','dispAutoinstallAdminIndex','category_srl',$category->category_srl,'childrenList', $category->childrenList)}">{$category->title}</a></block>
<block cond="$category->category_srl == $category_srl"><strong>{$category->title}</strong></block>
</h2>
<h2>{$category->title}</h2>
<ul>
<li loop="$category->children => $children">
<block cond="$children->category_srl == $category_srl"><strong>{$children->title}</strong>({$children->nPackages})</block>
@ -13,5 +10,9 @@
</ul>
</block>
</div>
<p class="filter"><a href="{getUrl('', 'module', 'admin', 'act', 'dispAutoinstallAdminIndex')}">All({$tCount})</a> | <a href="{getUrl('', 'module', 'admin', 'act', 'dispAutoinstallAdminInstalledPackages')}">Installed({$iCount})</a></p>
<p class="filter">
<a href="{getUrl('', 'module', 'admin', 'act', 'dispAutoinstallAdminIndex')}">All({$tCount})</a>
|
<a href="{getUrl('', 'module', 'admin', 'act', 'dispAutoinstallAdminInstalledPackages')}">Installed({$iCount})</a>
</p>
</div>

View file

@ -17,7 +17,7 @@
<menus>
<menu name="importer">
<title xml:lang="en">Data Migration</title>
<title xml:lang="ko">데이터 이전</title>
<title xml:lang="ko">데이터 들여오기</title>
<title xml:lang="zh-CN">Data Migration</title>
<title xml:lang="jp">Data Migration</title>
<title xml:lang="es">Data Migration</title>

View file

@ -23,7 +23,7 @@
<menus>
<menu name="poll">
<title xml:lang="en">Poll</title>
<title xml:lang="ko">투표</title>
<title xml:lang="ko">설문</title>
<title xml:lang="zh-CN">Poll</title>
<title xml:lang="jp">Poll</title>
<title xml:lang="es">Poll</title>

View file

@ -18,7 +18,7 @@
<menus>
<menu name="trackback">
<title xml:lang="en">Trackback</title>
<title xml:lang="ko">트랙백</title>
<title xml:lang="ko">엮인글</title>
<title xml:lang="zh-CN">Trackback</title>
<title xml:lang="jp">Trackback</title>
<title xml:lang="es">Trackback</title>