Skip to content

Commit

Permalink
Remove deprecated HTML tag in config/resource
Browse files Browse the repository at this point in the history
refs #5543
  • Loading branch information
lippserd committed Sep 30, 2015
1 parent 5e98671 commit 9acb478
Showing 1 changed file with 10 additions and 12 deletions.
22 changes: 10 additions & 12 deletions application/views/scripts/config/resource.phtml
Expand Up @@ -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 ?>
Expand Down

0 comments on commit 9acb478

Please sign in to comment.