2014-08-29 15:16:13 +02:00
|
|
|
<div class="controls">
|
|
|
|
<?= $tabs; ?>
|
|
|
|
</div>
|
|
|
|
<div class="content" data-base-target="_next">
|
|
|
|
<p>
|
|
|
|
<a href="<?= $this->href('/config/createAuthenticationBackend'); ?>">
|
2014-11-13 20:08:58 +01:00
|
|
|
<?= $this->icon('plus'); ?><?= $this->translate('Create A New Authentication Backend'); ?>
|
2014-08-29 15:16:13 +02:00
|
|
|
</a>
|
|
|
|
</p>
|
|
|
|
<?= $form; ?>
|
2014-11-13 20:08:58 +01:00
|
|
|
</div>
|