2015-01-28 14:15:16 +01:00
|
|
|
<div class="controls" data-base-target="_main">
|
2015-02-12 16:43:08 +01:00
|
|
|
<?= $this->tabs->render($this); ?>
|
2014-02-25 11:26:11 +01:00
|
|
|
</div>
|
|
|
|
<div class="content">
|
2015-02-13 15:35:24 +01:00
|
|
|
<h1 tabindex="-1" id="application-configuration">
|
|
|
|
<?= $this->translate('Generic Configuration'); ?>
|
2015-02-12 16:43:08 +01:00
|
|
|
</h1>
|
|
|
|
<?php if (isset($this->messageBox)): ?>
|
|
|
|
<?= $this->messageBox->render() ?>
|
|
|
|
<?php endif ?>
|
|
|
|
<?= $this->form ?>
|
2014-02-25 11:26:11 +01:00
|
|
|
</div>
|