Remove deprecated HTML tag in config/resource

refs #5543
This commit is contained in:
Eric Lippmann 2015-09-30 11:26:06 +02:00
parent 5e98671509
commit 9acb478d31
1 changed files with 10 additions and 12 deletions

View File

@ -48,18 +48,16 @@
) ?>
</td>
<td>
<center>
<?= $this->qlink(
'',
'config/removeresource',
array('resource' => $name),
array(
'class' => 'action-link',
'icon' => 'cancel',
'title' => sprintf($this->translate('Remove resource %s'), $name)
)
) ?>
</center>
<?= $this->qlink(
'',
'config/removeresource',
array('resource' => $name),
array(
'class' => 'action-link',
'icon' => 'cancel',
'title' => sprintf($this->translate('Remove resource %s'), $name)
)
) ?>
</td>
</tr>
<?php endforeach ?>