Skip to content

Commit

Permalink
Show the create a new user backend link as button
Browse files Browse the repository at this point in the history
refs #5543
  • Loading branch information
lippserd committed Sep 30, 2015
1 parent bad0d3c commit a17375f
Showing 1 changed file with 12 additions and 7 deletions.
19 changes: 12 additions & 7 deletions application/views/scripts/config/userbackend/reorder.phtml
@@ -1,11 +1,16 @@
<div class="controls">
<?= $tabs; ?>
<?= $tabs ?>
</div>
<div class="content" data-base-target="_next">
<a href="<?= $this->href('config/createuserbackend'); ?>">
<?= $this->icon('plus'); ?><?= $this->translate('Create A New User Backend'); ?>
</a>
<div id="authentication-reorder-form">
<?= $form; ?>
</div>
<?= $this->qlink(
$this->translate('Create A New User Backend') ,
'config/createuserbackend',
null,
array(
'class' => 'button action-link',
'icon' => 'plus',
'title' => $this->translate('Create a new user backend')
)
) ?>
<?= $form ?>
</div>

0 comments on commit a17375f

Please sign in to comment.