Fix module top padding

This commit is contained in:
Bernd Erk 2014-11-12 17:14:30 +01:00
parent 288c52f88d
commit 68b598320b

View File

@ -1,9 +1,9 @@
<div class="controls">
<?= $tabs; ?>
<h1><?= $this->translate('Monitoring Backends') ?></h1>
</div>
<div class="content" data-base-target="_next">
<h1><?= $this->translate('Monitoring Backends') ?></h1>
<p>
<a href="<?= $this->href('/monitoring/config/createbackend'); ?>">
<?= $this->icon('create.png'); ?> <?= $this->translate('Create New Monitoring Backend'); ?>