문서/댓글/첨부파일/엮인글 관리자 페이지에 모듈별 열람이 가능하도록 수정

git-svn-id: http://xe-core.googlecode.com/svn/trunk@1929 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2007-07-13 06:19:21 +00:00
parent a9e390ac0a
commit 9ccf23473b
15 changed files with 99 additions and 20 deletions

View file

@ -6,9 +6,10 @@
<column name="*" />
</columns>
<conditions>
<condition operation="equal" column="isvalid" var="isvalid" />
<condition operation="equal" column="module_srl" var="s_module_srl" />
<condition operation="equal" column="isvalid" var="isvalid" pipe="and" />
<group pipe="and">
<condition operation="like" column="uploaded_filename" var="s_filename" />
<condition operation="like" column="source_filename" var="s_filename" pipe="or" />
<condition operation="more" column="file_size" var="s_filesize" pipe="or" />
<condition operation="more" column="download_count" var="s_download_count" pipe="or" />
<condition operation="like_prefix" column="regdate" var="s_regdate" pipe="or" />