Remove control separator in the modules overview

refs #5543
This commit is contained in:
Eric Lippmann 2015-11-12 15:46:43 +01:00
parent b03c822dbb
commit e3b8d63a8e

View File

@ -1,5 +1,5 @@
<?php if (! $this->compact): ?> <?php if (! $this->compact): ?>
<div class="controls separated"> <div class="controls">
<?= $this->tabs ?> <?= $this->tabs ?>
<?= $this->paginator ?> <?= $this->paginator ?>
</div> </div>