kb / app /Template /link /remove.php
Xv Zan
ULFS
e4f4821
raw
history blame contribute delete
358 Bytes
<div class="page-header">
<h2><?= t('Remove a link') ?></h2>
</div>
<div class="confirm">
<p class="alert alert-info">
<?= t('Do you really want to remove this link: "%s"?', $link['label']) ?>
</p>
<?= $this->modal->confirmButtons(
'LinkController',
'remove',
array('link_id' => $link['id'])
) ?>
</div>