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
1 changed files with 1 additions and 1 deletions

View File

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