mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-30 08:39:58 +09:00
Display search result count in admin list #2642
This commit is contained in:
parent
d6b7cb52b8
commit
333f214b8c
7 changed files with 13 additions and 3 deletions
|
|
@ -189,6 +189,8 @@ class FileAdminView extends File
|
|||
Context::set('total_page', $output->total_page);
|
||||
Context::set('page', $output->page);
|
||||
Context::set('page_navigation', $output->page_navigation);
|
||||
Context::set('isvalid', $args->isvalid);
|
||||
|
||||
// Set a template
|
||||
$security = new Security();
|
||||
$security->encodeHTML('file_list..');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue