summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/system_camanager.php
diff options
context:
space:
mode:
authorheper <heper@users.noreply.github.com>2015-11-05 17:23:07 +0100
committerheper <heper@users.noreply.github.com>2015-11-05 17:23:07 +0100
commit6e27d2fc2126f488f388b4127713f606afb580fa (patch)
tree8633482763941566cf3e541cf549995b9c53457d /src/usr/local/www/system_camanager.php
parentba2e6526799e5bad308bea9c203c97690064746e (diff)
downloadpfsense-6e27d2fc2126f488f388b4127713f606afb580fa.zip
pfsense-6e27d2fc2126f488f388b4127713f606afb580fa.tar.gz
convert system_camanager to fa
Diffstat (limited to 'src/usr/local/www/system_camanager.php')
-rw-r--r--src/usr/local/www/system_camanager.php20
1 files changed, 6 insertions, 14 deletions
diff --git a/src/usr/local/www/system_camanager.php b/src/usr/local/www/system_camanager.php
index 1d38d02..7e91bb8 100644
--- a/src/usr/local/www/system_camanager.php
+++ b/src/usr/local/www/system_camanager.php
@@ -436,20 +436,12 @@ foreach ($a_ca as $i => $ca):
</small>
</td>
<td>
- <a href="system_camanager.php?act=edit&amp;id=<?=$i?>" class="btn btn-xs btn-primary">
- <?=gettext("edit")?>
- </a>
- <a href="system_camanager.php?act=exp&amp;id=<?=$i?>" class="btn btn-xs btn-default">
- <?=gettext("export cert")?>
- </a>
- <?php if ($ca['prv']): ?>
- <a href="system_camanager.php?act=expkey&amp;id=<?=$i?>" class="btn btn-xs btn-default">
- <?=gettext("export private key")?>
- </a>
- <?php endif?>
- <a href="system_camanager.php?act=del&amp;id=<?=$i?>" class="btn btn-xs btn-danger">
- <?=gettext("delete")?>
- </a>
+ <a class="fa fa-pencil" title="<?=gettext("Edit")?>" href="system_camanager.php?act=edit&amp;id=<?=$i?>"></a>
+ <a class="fa fa-sign-in" title="<?=gettext("Export")?>" href="system_camanager.php?act=exp&amp;id=<?=$i?>"></a>
+ <?php if ($ca['prv']): ?>
+ <a class="fa fa-key" title="<?=gettext("Export key")?>" href="system_camanager.php?act=expkey&amp;id=<?=$i?>"></a>
+ <?php endif?>
+ <a class="fa fa-trash" title="<?=gettext("Delete")?>" href="system_camanager.php?act=del&amp;id=<?=$i?>"></a>
</td>
</tr>
<?php endforeach; ?>
OpenPOWER on IntegriCloud