parent
42cbe78be3
commit
48df6adbf2
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue