summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/system_crlmanager.php
diff options
context:
space:
mode:
authorJared Dillard <jdillard@netgate.com>2015-11-17 18:23:20 -0600
committerJared Dillard <jdillard@netgate.com>2015-11-17 18:23:20 -0600
commit7ea6567421bd9912b842b1e4a4ff73e73ff3e693 (patch)
treec9c3b5e427be535d27e66bc85446e93c20a79659 /src/usr/local/www/system_crlmanager.php
parent67e817946af221262024b4e60d9cce2e645e253e (diff)
downloadpfsense-7ea6567421bd9912b842b1e4a4ff73e73ff3e693.zip
pfsense-7ea6567421bd9912b842b1e4a4ff73e73ff3e693.tar.gz
Ticket #5471 partial convert to font-awesome fonts
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 8317ab5..8dbf2aa 100644
--- a/src/usr/local/www/system_crlmanager.php
+++ b/src/usr/local/www/system_crlmanager.php
@@ -524,7 +524,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?")?>')">
- <i class="icon-large icon-remove-sign" title="<?=gettext("Delete this certificate from the CRL ")?>" alt="<?=gettext("Delete this certificate from the CRL ")?>"></i>
+ <i class="fa fa-times-circle" title="<?=gettext("Delete this certificate from the CRL ")?>" alt="<?=gettext("Delete this certificate from the CRL ")?>"></i>
</a>
</td>
</tr>
OpenPOWER on IntegriCloud