Skip to content

Commit

Permalink
Show the create a new resource 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 42cbe78 commit 48df6ad
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions application/views/scripts/config/resource.phtml
Expand Up @@ -2,9 +2,16 @@
<?= $tabs ?>
</div>
<div class="content" data-base-target="_next">
<a href="<?= $this->href('config/createresource') ?>">
<?= $this->icon('plus') ?> <?= $this->translate('Create A New Resource') ?>
</a>
<?= $this->qlink(
$this->translate('Create A New Resource') ,
'config/createresource',
null,
array(
'class' => 'button action-link',
'icon' => 'plus',
'title' => $this->translate('Create a new resource')
)
) ?>
<table class="action-table listing-table">
<thead>
<th><?= $this->translate('Resource') ?></th>
Expand Down

0 comments on commit 48df6ad

Please sign in to comment.