summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/system_gateway_groups.php
diff options
context:
space:
mode:
authorheper <heper@users.noreply.github.com>2015-10-27 21:45:28 +0100
committerheper <heper@users.noreply.github.com>2015-10-27 21:45:28 +0100
commit8e990c6cbf6eb90edc8a28c49837807c389ff31c (patch)
tree49761661afbda256bc503dae189066eef0871197 /src/usr/local/www/system_gateway_groups.php
parent678a52f16d7a58da83b27bdc568d8b7a1d347582 (diff)
downloadpfsense-8e990c6cbf6eb90edc8a28c49837807c389ff31c.zip
pfsense-8e990c6cbf6eb90edc8a28c49837807c389ff31c.tar.gz
system_gateways_groups font-awesome convert
Diffstat (limited to 'src/usr/local/www/system_gateway_groups.php')
-rw-r--r--src/usr/local/www/system_gateway_groups.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/usr/local/www/system_gateway_groups.php b/src/usr/local/www/system_gateway_groups.php
index 7abe04c..8b1eae8 100644
--- a/src/usr/local/www/system_gateway_groups.php
+++ b/src/usr/local/www/system_gateway_groups.php
@@ -158,9 +158,9 @@ foreach ($a_gateway_groups as $gateway_group):
<?=htmlspecialchars($gateway_group['descr'])?>
</td>
<td>
- <a href="system_gateway_groups_edit.php?id=<?=$i?>" class="btn btn-xs btn-success"><?=gettext('Edit')?></a>
- <a href="system_gateway_groups_edit.php?dup=<?=$i?>" class="btn btn-xs btn-info"><?=gettext('Duplicate')?></a>
- <a href="system_gateway_groups.php?act=del&amp;id=<?=$i?>" class="btn btn-xs btn-danger" ><?=gettext('Delete')?></a>
+ <a href="system_gateway_groups_edit.php?id=<?=$i?>" class="fa fa-pencil" title=<?=gettext('Edit')?>"></a>
+ <a href="system_gateway_groups_edit.php?dup=<?=$i?>" class="fa fa-clone" title="<?=gettext('Copy')?>"></a>
+ <a href="system_gateway_groups.php?act=del&amp;id=<?=$i?>" class="fa fa-trash" title="<?=gettext('Delete')?>" onclick="return confirm('<?=gettext("Are you sure you want to delete this rule?")?>')"></a>
</td>
</tr>
<?php
@@ -180,4 +180,4 @@ endforeach;
'or policy-based routing.' . '<br />' .
'Without rules directing traffic into the Gateway Groups, they will not be used.'));
-include("foot.inc"); \ No newline at end of file
+include("foot.inc");
OpenPOWER on IntegriCloud