Fix config/resource markup

refs #5543
This commit is contained in:
Eric Lippmann 2015-09-30 23:20:17 +02:00
parent 22718f158d
commit aec74659f0

View File

@ -1,21 +1,24 @@
<div class="controls">
<?= $tabs ?>
</div>
<div class="content" data-base-target="_next">
<div class="content">
<?= $this->qlink(
$this->translate('Create A New Resource') ,
'config/createresource',
null,
array(
'class' => 'button action-link',
'class' => 'button-link',
'data-base-target' => '_next',
'icon' => 'plus',
'title' => $this->translate('Create a new resource')
)
) ?>
<table class="action-table listing-table">
<table class="action-table listing-table" data-base-target="_next">
<thead>
<tr>
<th><?= $this->translate('Resource') ?></th>
<th></th>
</tr>
</thead>
<tbody>
<?php foreach ($this->resources as $name => $value): ?>
@ -54,7 +57,7 @@
)
) ?>
</td>
<td class="text-right">
<td class="icon-col text-right">
<?= $this->qlink(
'',
'config/removeresource',