Replace generic alert, form and table templates with new Bootstrap equivalents
This commit is contained in:
@@ -53,7 +53,7 @@ class ViewPeople extends HTMLController
|
||||
'base_url' => BASEURL . '/people/',
|
||||
'page_slug' => 'page/%PAGE%/',
|
||||
]);
|
||||
$this->page->adopt(new Pagination($pagination));
|
||||
$this->page->adopt(new PageIndexWidget($pagination));
|
||||
|
||||
$this->page->setCanonicalUrl(BASEURL . '/people/' . ($page > 1 ? 'page/' . $page . '/' : ''));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user