Header: Adapt application configuration dialog

This commit is contained in:
Marius Hein 2015-02-13 15:35:24 +01:00
parent d21833fbf2
commit ef7fcb1023

View File

@ -1,10 +1,9 @@
<div class="controls" data-base-target="_main">
<?= $this->tabs->render($this); ?>
</div>
<div class="content">
<h1 tabindex="0" id="application-configuration">
<?= t('Generic Configuration'); ?>
<h1 tabindex="-1" id="application-configuration">
<?= $this->translate('Generic Configuration'); ?>
</h1>
<?php if (isset($this->messageBox)): ?>
<?= $this->messageBox->render() ?>