summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorheper <heper@users.noreply.github.com>2015-11-02 17:20:21 +0100
committerheper <heper@users.noreply.github.com>2015-11-02 17:20:21 +0100
commitd9cfc5873ba2b01138465bbab91657c585df7624 (patch)
tree3285e8fc8072b05636bd3165c4d7d093a079c6c0 /src
parentb76a8ff4f56156d51034042f77dbafacfe81c585 (diff)
downloadpfsense-d9cfc5873ba2b01138465bbab91657c585df7624.zip
pfsense-d9cfc5873ba2b01138465bbab91657c585df7624.tar.gz
convert interfaces_bridge to fa
Diffstat (limited to 'src')
-rw-r--r--src/usr/local/www/interfaces_bridge.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/usr/local/www/interfaces_bridge.php b/src/usr/local/www/interfaces_bridge.php
index 6b79dee..cc7c887 100644
--- a/src/usr/local/www/interfaces_bridge.php
+++ b/src/usr/local/www/interfaces_bridge.php
@@ -172,8 +172,8 @@ foreach ($a_bridges as $bridge) {
<?=htmlspecialchars($bridge['descr'])?>
</td>
<td>
- <a href="interfaces_bridge_edit.php?id=<?=$i?>" class="btn btn-default btn-xs"><?=gettext("Edit")?></a>
- <a href="interfaces_bridge.php?act=del&amp;id=<?=$i?>" class="btn btn-danger btn-xs"><?=gettext("Delete")?></a>
+ <a class="fa fa-pencil" title="<?=gettext('Edit interface bridge')?>" href="interfaces_bridge_edit.php?id=<?=$i?>"></a>
+ <a class="fa fa-trash" title="<?=gettext('Delete interface bridge')?>" href="interfaces_bridge.php?act=del&amp;id=<?=$i?>" onclick="return confirm('<?=gettext("Are you sure you want to delete this interface bridge?")?>')"></a>
</td>
</tr>
<?php
@@ -189,4 +189,4 @@ foreach ($a_bridges as $bridge) {
</div>
-<?php include("foot.inc"); \ No newline at end of file
+<?php include("foot.inc");
OpenPOWER on IntegriCloud