rs->isEmpty()) { echo '
' . ( $filter ? __('No entries matches the filter') : __('No entries') ) . '
'; } else { $pager = new dcPager($page, $this->rs_count, $nb_per_page, 10); $pager->base_url = $base_url; $entries = []; if (isset($_REQUEST['feeds'])) { foreach ($_REQUEST['feeds'] as $v) { $entries[(int) $v] = true; } } $html_block = '' . __('Title') . ' | ', 'date' => '' . __('Date') . ' | ', 'author' => '' . __('Author') . ' | ', 'category' => '' . __('Category') . ' | ', 'status' => '' . __('Status') . ' | ', ]; $cols = new ArrayObject($cols); dcCore::app()->callBehavior('adminZcfsPostListHeader', $this->rs, $cols); $this->userColumns('zcfs_entries', $cols); $html_block .= '
---|