rs->isEmpty()) { echo '
'.__('No page').'
'; } else { $pager = new dcPager($page,$this->rs_count,$nb_per_page,10); $entries = array(); if (isset($_REQUEST['entries'])) { foreach ($_REQUEST['entries'] as $v) { $entries[(integer)$v]=true; } } $html_block = ''.__('Title').' | ', 'date' => ''.__('Date').' | ', 'author' => ''.__('Author').' | ', 'comments' => '![]() | ',
'trackbacks' => '![]() | ',
'status' => ''.__('Status').' | ' ); $cols = new ArrayObject($cols); $this->core->callBehavior('adminPagesListHeader',$this->core,$this->rs,$cols); // Cope with optional columns $this->userColumns('pages',$cols); $html_block .= '||
---|---|---|---|---|---|---|---|