Separate the lists of user and group backends with headings

refs #10309
This commit is contained in:
Alexander A. Klimov 2016-02-17 18:48:47 +01:00
parent 88ff055f39
commit 4e9e0f9b35
1 changed files with 2 additions and 0 deletions

View File

@ -2,6 +2,7 @@
<?= $tabs ?>
</div>
<div class="content">
<h1><?= $this->translate('User Backends') ?></h1>
<?= $this->qlink(
$this->translate('Create a New User Backend') ,
'config/createuserbackend',
@ -15,6 +16,7 @@
) ?>
<?= $form ?>
<h1><?= $this->translate('User Group Backends') ?></h1>
<?= $this->qlink(
$this->translate('Create a New User Group Backend') ,
'usergroupbackend/create',