summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/firewall_virtual_ip.php
diff options
context:
space:
mode:
authorheper <heper@users.noreply.github.com>2015-10-30 18:49:55 +0100
committerheper <heper@users.noreply.github.com>2015-10-30 18:49:55 +0100
commita64d22cfbb159fe786b14cad0972067ebe998835 (patch)
tree86b5abec4722928f66477f576fb6ef7d038ff26a /src/usr/local/www/firewall_virtual_ip.php
parent2de1c1962ad1f8ec0007d170458edbe44e6307a9 (diff)
downloadpfsense-a64d22cfbb159fe786b14cad0972067ebe998835.zip
pfsense-a64d22cfbb159fe786b14cad0972067ebe998835.tar.gz
convert firewall_virtual_ip to font-awesome
Diffstat (limited to 'src/usr/local/www/firewall_virtual_ip.php')
-rw-r--r--src/usr/local/www/firewall_virtual_ip.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/usr/local/www/firewall_virtual_ip.php b/src/usr/local/www/firewall_virtual_ip.php
index fdd1eda..6e74910 100644
--- a/src/usr/local/www/firewall_virtual_ip.php
+++ b/src/usr/local/www/firewall_virtual_ip.php
@@ -341,8 +341,8 @@ foreach ($a_vip as $vipent):
<?=htmlspecialchars($vipent['descr'])?>
</td>
<td>
- <a href="firewall_virtual_ip_edit.php?id=<?=$i?>" class="btn btn-xs btn-info"><?=gettext('Edit')?></a>
- <a href="firewall_virtual_ip.php?act=del&amp;id=<?=$i?>" class="btn btn-xs btn-danger"><?=gettext('Delete')?></a>
+ <a class="fa fa-pencil" title="<?=gettext("Edit virtual ip"); ?>" href="firewall_virtual_ip_edit.php?id=<?=$i?>"></a>
+ <a class="fa fa-trash" title="<?=gettext("Delete virtual ip")?>" href="firewall_virtual_ip.php?act=del&amp;id=<?=$i?>" onclick="return confirm('<?=gettext("Are you sure you want to delete this rule?")?>')"></a>
</td>
</tr>
<?php
@@ -364,4 +364,4 @@ endforeach;
print_info_box(gettext('The virtual IP addresses defined on this page may be used in ') . '<a href="firewall_nat.php">' . gettext('NAT') . '</a>' . gettext(' mappings.') . '<br />' .
gettext('You can check the status of your CARP Virtual IPs and interfaces ') . '<a href="carp_status.php">' . gettext('here') . '</a>');
-include("foot.inc"); \ No newline at end of file
+include("foot.inc");
OpenPOWER on IntegriCloud