summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www
diff options
context:
space:
mode:
authorheper <heper@users.noreply.github.com>2015-10-31 23:31:38 +0100
committerheper <heper@users.noreply.github.com>2015-10-31 23:31:38 +0100
commit5d3914a9788b26fc03a74f9bbb6f44f54fa11881 (patch)
tree1f02761bb946022183e9aa0ff90541889cc32c32 /src/usr/local/www
parentacbd265ed090c4c8c575b288cf001c97f51cc7da (diff)
downloadpfsense-5d3914a9788b26fc03a74f9bbb6f44f54fa11881.zip
pfsense-5d3914a9788b26fc03a74f9bbb6f44f54fa11881.tar.gz
convert services_igmpproxy to fa
Diffstat (limited to 'src/usr/local/www')
-rw-r--r--src/usr/local/www/services_igmpproxy.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/usr/local/www/services_igmpproxy.php b/src/usr/local/www/services_igmpproxy.php
index 75598ae..606e7c7 100644
--- a/src/usr/local/www/services_igmpproxy.php
+++ b/src/usr/local/www/services_igmpproxy.php
@@ -149,8 +149,8 @@ foreach ($a_igmpproxy as $igmpentry):
<?=htmlspecialchars($igmpentry['descr'])?>&nbsp;
</td>
<td>
- <a href="services_igmpproxy_edit.php?id=<?=$i?>" class="btn btn-info btn-xs"><?=gettext('Edit')?></a>
- <a href="services_igmpproxy.php?act=del&amp;id=<?=$i?>" class="btn btn-danger btn-xs"><?=gettext('Delete')?></a>
+ <a class="fa fa-pencil" title="<?=gettext('Edit IGMP entry')?>" href="services_igmpproxy_edit.php?id=<?=$i?>"></a>
+ <a class="fa fa-trash" title="<?=gettext('Delete IGMP entry')?>" href="services_igmpproxy.php?act=del&amp;id=<?=$i?>" onclick="return confirm('<?=gettext("Are you sure you want to delete this IGMP entry?")?>')"></a>
</td>
</tr>
<?php
@@ -173,4 +173,4 @@ endforeach;
print_info_box(gettext('Please add the interface for upstream, the allowed subnets, and the downstream interfaces you would like the proxy to allow. ' .
'Only one "upstream" interface can be configured.'));
-include("foot.inc"); \ No newline at end of file
+include("foot.inc");
OpenPOWER on IntegriCloud