14 lines
339 B
PHTML
14 lines
339 B
PHTML
<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>
|
|
<?php if (isset($this->messageBox)): ?>
|
|
<?= $this->messageBox->render() ?>
|
|
<?php endif ?>
|
|
<?= $this->form ?>
|
|
</div>
|