summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/system_crlmanager.php
diff options
context:
space:
mode:
authorJared Dillard <jdillard@netgate.com>2015-09-02 18:02:46 -0500
committerJared Dillard <jdillard@netgate.com>2015-09-02 18:02:46 -0500
commit99297d97496e9cc6260fc0c6e71ce2ebbbba8fa1 (patch)
tree91faa28aeef4b7d6c23f05504ab1c36ce98c9d13 /src/usr/local/www/system_crlmanager.php
parent2138c41b071c36e70f7c18572572be0381c89f4c (diff)
downloadpfsense-99297d97496e9cc6260fc0c6e71ce2ebbbba8fa1.zip
pfsense-99297d97496e9cc6260fc0c6e71ce2ebbbba8fa1.tar.gz
fix #5059
Diffstat (limited to 'src/usr/local/www/system_crlmanager.php')
-rw-r--r--src/usr/local/www/system_crlmanager.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/system_crlmanager.php b/src/usr/local/www/system_crlmanager.php
index 65f98c9..4b19103 100644
--- a/src/usr/local/www/system_crlmanager.php
+++ b/src/usr/local/www/system_crlmanager.php
@@ -526,7 +526,7 @@ if ($act == "new" || $act == gettext("Save") || $input_errors) {
</td>
<td class="list">
<a href="system_crlmanager.php?act=delcert&amp;id=<?=$crl['refid']; ?>&amp;certref=<?=$cert['refid']; ?>" onclick="return confirm('<?=gettext("Do you really want to delete this Certificate from the CRL?")?>')">
- <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 ")?>" />
+ <i class="icon-large icon-remove-sign" title="<?=gettext("Delete this certificate from the CRL ")?>" alt="<?=gettext("Delete this certificate from the CRL ")?>"></i>
</a>
</td>
</tr>
OpenPOWER on IntegriCloud