Revision 99297d97
Added by Jared Dillard almost 10 years ago
src/usr/local/www/system_crlmanager.php | ||
---|---|---|
526 | 526 |
</td> |
527 | 527 |
<td class="list"> |
528 | 528 |
<a href="system_crlmanager.php?act=delcert&id=<?=$crl['refid']; ?>&certref=<?=$cert['refid']; ?>" onclick="return confirm('<?=gettext("Do you really want to delete this Certificate from the CRL?")?>')"> |
529 |
<img src="/themes/<?= $g['theme']?>/images/icons/icon_x.gif" title="<?=gettext("Delete this certificate from the CRL ")?>" alt="<?=gettext("Delete this certificate from the CRL ")?>" />
|
|
529 |
<i class="icon-large icon-remove-sign" title="<?=gettext("Delete this certificate from the CRL ")?>" alt="<?=gettext("Delete this certificate from the CRL ")?>"></i>
|
|
530 | 530 |
</a> |
531 | 531 |
</td> |
532 | 532 |
</tr> |
Also available in: Unified diff
fix #5059