Cleanup
This commit is contained in:
parent
bcdbf413a6
commit
fd8824e157
|
@ -52,14 +52,14 @@ class Monitoring_AcknowledgementController extends Controller
|
||||||
$this->filterQuery($query);
|
$this->filterQuery($query);
|
||||||
$this->view->acknowledgements = $query;
|
$this->view->acknowledgements = $query;
|
||||||
|
|
||||||
$this->setupLimitControl();
|
$this->setupLimitControl()
|
||||||
$this->setupPaginationControl($this->view->acknowledgements);
|
->setupPaginationControl($this->view->acknowledgements)
|
||||||
$this->setupSortControl(array(
|
->setupSortControl(array(
|
||||||
'entry_time' => $this->translate('Entry Time'),
|
'entry_time' => $this->translate('Entry Time'),
|
||||||
'end_time' => $this->translate('End Time'),
|
'end_time' => $this->translate('End Time'),
|
||||||
'state' => $this->translate('Object State'),
|
'state' => $this->translate('Object State'),
|
||||||
'author_name' => $this->translate('Author Name')
|
'author_name' => $this->translate('Author Name')
|
||||||
), $query);
|
), $this->view->acknowledgements);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue