summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorheper <heper@users.noreply.github.com>2015-10-31 14:55:32 +0100
committerStephen Beaver <sbeaver@netgate.com>2015-11-04 09:15:51 -0500
commit036c9544fe214b89db0054b1e0001443ab320c34 (patch)
treeda8c0888e9401f62df8f58cf0f626c76fe16e611 /src
parent2b36a04b49c0e5ec72960402fe9ce468b485b88c (diff)
downloadpfsense-036c9544fe214b89db0054b1e0001443ab320c34.zip
pfsense-036c9544fe214b89db0054b1e0001443ab320c34.tar.gz
convert services_unbound_acls to fa
Diffstat (limited to 'src')
-rw-r--r--src/usr/local/www/services_unbound_acls.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/local/www/services_unbound_acls.php b/src/usr/local/www/services_unbound_acls.php
index e428c25..ba47a897 100644
--- a/src/usr/local/www/services_unbound_acls.php
+++ b/src/usr/local/www/services_unbound_acls.php
@@ -309,8 +309,8 @@ else // NOT 'edit' or 'add'
<?=htmlspecialchars($acl['description'])?>
</td>
<td>
- <a href="services_unbound_acls.php?act=edit&amp;id=<?=$i?>" class="btn btn-xs btn-info" >Edit</a>
- <a href="services_unbound_acls.php?act=del&amp;id=<?=$i?>" class="btn btn-xs btn-danger">Delete</a>
+ <a class="fa fa-pencil" title="<?=gettext('Edit ACL')?>" href="services_unbound_acls.php?act=edit&amp;id=<?=$i?>"></a>
+ <a class="fa fa-trash" title="<?=gettext('Delete ACL')?>" href="services_unbound_acls.php?act=del&amp;id=<?=$i?>" onclick="return confirm('<?=gettext("Are you sure you want to delete this ACL?")?>')"></a>
</td>
</tr>
<?php
OpenPOWER on IntegriCloud