issue 70 poll module's admin UI/UX modified.

git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8721 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ovclas 2011-08-04 05:34:03 +00:00
parent f7c964226a
commit 3e70a2c10c
30 changed files with 335 additions and 92 deletions

View file

@ -6,7 +6,8 @@
<column name="*" />
</columns>
<conditions>
<condition operation="like" column="title" var="s_title" />
<condition operation="in" column="poll_index_srl" var="pollIndexSrlList" filter="number" />
<condition operation="like" column="title" var="s_title" pipe="or"/>
<condition operation="like_prefix" column="regdate" var="s_regdate" pipe="or" />
<condition operation="like_prefix" column="ipaddress" var="s_ipaddress" pipe="or" />
</conditions>