summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www
diff options
context:
space:
mode:
authorheper <heper@users.noreply.github.com>2015-10-30 18:57:14 +0100
committerheper <heper@users.noreply.github.com>2015-10-30 18:57:14 +0100
commit5932fc6addeabef87ad702e51fdb202284cc1baf (patch)
tree9b4c72b8dc41fcdda36bff4bf2dcb6975ef5fe3a /src/usr/local/www
parenta64d22cfbb159fe786b14cad0972067ebe998835 (diff)
downloadpfsense-5932fc6addeabef87ad702e51fdb202284cc1baf.zip
pfsense-5932fc6addeabef87ad702e51fdb202284cc1baf.tar.gz
convert firewall_aliases to font-awesome
Diffstat (limited to 'src/usr/local/www')
-rw-r--r--src/usr/local/www/firewall_aliases.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/usr/local/www/firewall_aliases.php b/src/usr/local/www/firewall_aliases.php
index 89fe0e7..8fae094 100644
--- a/src/usr/local/www/firewall_aliases.php
+++ b/src/usr/local/www/firewall_aliases.php
@@ -267,8 +267,8 @@ display_top_tabs($tab_array);
<?=htmlspecialchars($alias['descr'])?>&nbsp;
</td>
<td>
- <a href="firewall_aliases_edit.php?id=<?=$i?>" class="btn btn-xs btn-primary">edit</a>
- <a href="?act=del&amp;tab=<?=$tab?>&amp;id=<?=$i?>" class="btn btn-xs btn-danger">delete</a>
+ <a class="fa fa-pencil" title="<?=gettext("Edit alias"); ?>" href="firewall_aliases_edit.php?id=<?=$i?>"></a>
+ <a class="fa fa-trash" title="<?=gettext("Delete alias")?>" href="?act=del&amp;tab=<?=$tab?>&amp;id=<?=$i?>" onclick="return confirm('<?=gettext("Are you sure you want to delete this alias?")?>')"></a>
</td>
</tr>
<?php endif?>
@@ -293,4 +293,4 @@ print_info_box(gettext('Aliases act as placeholders for real hosts, networks or
'You can enter the name of an alias instead of the host, network or port where indicated. The alias will be resolved according to the list above.' . '<br />' .
'If an alias cannot be resolved (e.g. because you deleted it), the corresponding element (e.g. filter/NAT/shaper rule) will be considered invalid and skipped.'));
-include("foot.inc"); \ No newline at end of file
+include("foot.inc");
OpenPOWER on IntegriCloud