2015-01-28 14:15:16 +01:00
|
|
|
<div class="controls" data-base-target="_main">
|
2014-08-29 15:16:13 +02:00
|
|
|
<?= $tabs; ?>
|
|
|
|
</div>
|
|
|
|
<div class="content" data-base-target="_next">
|
|
|
|
<p>
|
|
|
|
<a href="<?= $this->href('/config/createAuthenticationBackend'); ?>">
|
2015-02-12 13:47:00 +01:00
|
|
|
<?= $this->icon('plus', null, array('aria-hidden' => 'true')); ?><?= $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>
|