ADD pagination for all table lists
Dieser Commit ist enthalten in:
@@ -33,7 +33,8 @@ class HtmlView extends BaseHtmlView
|
||||
// list order
|
||||
$this->listOrder = $this->escape($this->state->get('list.ordering'));
|
||||
$this->listDirn = $this->escape($this->state->get('list.direction'));
|
||||
|
||||
// add pagination
|
||||
$this->pagination = $this->get('Pagination');
|
||||
// adding filters
|
||||
$this->filterForm = $this->get('FilterForm');
|
||||
$this->activeFilters = $this->get('ActiveFilters');
|
||||
|
||||
In neuem Issue referenzieren
Einen Benutzer sperren