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'); ->order('name');
$this->setupLimitControl(); $this->setupLimitControl();
$this->setupPaginationControl($this->view->modules); $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() public function moduleAction()

View File

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