관리자 페이지의 왼쪽 모듈 목록, 위젯/애드온/에디터 컴포넌트의 관리자 페이지 목록을 정렬 출력하도록 변경

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3858 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2008-02-27 13:39:27 +00:00
parent da8496cd5d
commit 3fa8814c99
6 changed files with 10 additions and 6 deletions

View file

@ -9,6 +9,6 @@
<condition operation="equal" column="enabled" var="enabled" />
</conditions>
<navigation>
<index var="sort_index" default="list_order" order="asc" />
<index var="sort_index" default="component_name" order="asc" />
</navigation>
</query>