Fix target of the create a new role link

refs #5543
This commit is contained in:
Eric Lippmann 2015-09-30 22:37:02 +02:00
parent 48b1c5ff30
commit a69179c3f2
1 changed files with 4 additions and 3 deletions

View File

@ -7,9 +7,10 @@
'role/add',
null,
array(
'class' => 'button action-link',
'icon' => 'plus',
'title' => $this->translate('Create a new role')
'class' => 'button action-link',
'data-base-target' => '_next',
'icon' => 'plus',
'title' => $this->translate('Create a new role')
)
) ?>
<?php /** @var \Icinga\Application\Config $roles */ if ($roles->isEmpty()): ?>