summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorheper <heper@users.noreply.github.com>2015-11-01 00:02:30 +0100
committerheper <heper@users.noreply.github.com>2015-11-01 00:02:30 +0100
commit32dc14973715b3a06d307f1a260b80c7a911d73d (patch)
treeef018ac0b2d2ddc8a756612287b56cf07223257e
parent370358b833bf10bf0f35aa12178966b60baace7a (diff)
downloadpfsense-32dc14973715b3a06d307f1a260b80c7a911d73d.zip
pfsense-32dc14973715b3a06d307f1a260b80c7a911d73d.tar.gz
convert vpn_pppoe to fa
ToDo: enable/disable icon. personally don't know what actions are needed when enabling/disabling this.
-rw-r--r--src/usr/local/www/vpn_pppoe.php7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/usr/local/www/vpn_pppoe.php b/src/usr/local/www/vpn_pppoe.php
index 5e6a083..c0d8869 100644
--- a/src/usr/local/www/vpn_pppoe.php
+++ b/src/usr/local/www/vpn_pppoe.php
@@ -157,9 +157,8 @@ foreach ($a_pppoes as $pppoe):
<?=htmlspecialchars($pppoe['descr'])?>
</td>
<td>
- <a href="vpn_pppoe_edit.php?id=<?=$i?>" class="btn btn-xs btn-info"><?=gettext('Edit')?></a>
- <a href="vpn_pppoe.php?act=del&amp;id=<?=$i?>" class="btn btn-xs btn-danger"><?=gettext('Delete')?></a>
- </td>
+ <a class="fa fa-pencil" title="<?=gettext('Edit PPPoE instance')?>" href="vpn_pppoe_edit.php?id=<?=$i?>"></a>
+ <a class="fa fa-trash" title="<?=gettext('Delete PPPoE instance')?>" href="vpn_pppoe.php?act=del&amp;id=<?=$i?>" onclick="return confirm('<?=gettext("Are you sure you want to delete this PPPoE instance?")?>')"></a>
</tr>
<?php
$i++;
@@ -174,4 +173,4 @@ endforeach;
</nav>
<?php
-include("foot.inc"); \ No newline at end of file
+include("foot.inc");
OpenPOWER on IntegriCloud