mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
menu의 버튼이미지를 직접 업로드 가능하도록 하고 menu의 값중 link라는 값을 사용시 등록된 이미지 정보를 그대로 사용할수 있도록 수정. 메뉴들의 재컴파일 필요
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3579 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
8578efa48f
commit
bdbeea29df
14 changed files with 258 additions and 25 deletions
|
|
@ -1,11 +1,11 @@
|
|||
<query id="getChildCategoryCount" action="select">
|
||||
<query id="getChildMenuCount" action="select">
|
||||
<tables>
|
||||
<table name="document_categories" />
|
||||
<table name="menu_item" />
|
||||
</tables>
|
||||
<columns>
|
||||
<column name="count(*)" alias="count" />
|
||||
</columns>
|
||||
<conditions>
|
||||
<condition operation="equal" column="parent_srl" var="category_srl" filter="number" notnull="notnull" />
|
||||
<condition operation="equal" column="parent_srl" var="menu_item_srl" filter="number" notnull="notnull" />
|
||||
</conditions>
|
||||
</query>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue