issue 70 pagination developement in content menu

git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8788 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ovclas 2011-08-17 06:46:15 +00:00
parent 61e93ab542
commit 11b839f1df
10 changed files with 313 additions and 166 deletions

View file

@ -1127,6 +1127,7 @@
case 'is_secret' :
if($search_keyword=='N') $args->statusList = array($this->getConfigStatus('public'));
elseif($search_keyword=='Y') $args->statusList = array($this->getConfigStatus('secret'));
elseif($search_keyword=='temp') $args->statusList = array($this->getConfigStatus('temp'));
break;
case 'member_srl' :
case 'readed_count' :