mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-31 01:34:09 +02:00
Header: Adapt application configuration dialog
This commit is contained in:
parent
d21833fbf2
commit
ef7fcb1023
@ -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() ?>
|
||||
|
Loading…
x
Reference in New Issue
Block a user