icingaweb2/application/views/scripts/config/authentication/reorder.phtml

12 lines
372 B
PHTML
Raw Normal View History

<div class="controls" data-base-target="_main">
<?= $tabs; ?>
</div>
<div class="content" data-base-target="_next">
<p>
<a href="<?= $this->href('/config/createAuthenticationBackend'); ?>">
<?= $this->icon('plus', null, array('aria-hidden' => 'true')); ?><?= $this->translate('Create A New Authentication Backend'); ?>
</a>
</p>
<?= $form; ?>
2014-11-13 20:08:58 +01:00
</div>