Remove unnecessary controls in the module config overview

refs #5543
This commit is contained in:
Eric Lippmann 2015-11-03 12:28:58 +01:00
parent 6415bdb21e
commit b6b4d5dca2
2 changed files with 3 additions and 17 deletions

View File

@ -119,12 +119,6 @@ class ConfigController extends Controller
->order('name');
$this->setupLimitControl();
$this->setupPaginationControl($this->view->modules);
// TODO: Not working
/*$this->setupSortControl(array(
'name' => $this->translate('Modulename'),
'path' => $this->translate('Installation Path'),
'enabled' => $this->translate('State')
));*/
}
public function moduleAction()

View File

@ -1,18 +1,10 @@
<?php if (! $this->compact): ?>
<div class="controls">
<?= $this->tabs; ?>
<div class="grid dont-print">
<div class="col-1-3 text-left">
<div class="controls separated">
<?= $this->tabs ?>
<div class="grid">
<?= $this->limiter ?>
</div>
<div class="col-1-3">
<?= $this->paginator ?>
</div>
<div class="col-1-3 text-right">
<?= $this->sortBox ?>
</div>
</div>
<?= $this->filterEditor; ?>
</div>
<?php endif ?>
<div class="content">