summaryrefslogtreecommitdiffstats
path: root/usr/local/www/vpn_pppoe.php
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2014-11-06 22:11:28 -0600
committerChris Buechler <cmb@pfsense.org>2014-11-06 22:11:28 -0600
commita8380480884a8e95ef980885d73cde3986aac544 (patch)
tree351100bae4ce25aab04ed0463ad36f02feb217cc /usr/local/www/vpn_pppoe.php
parent6859f881572dbb7b95169cb784e9fa5084ff6c23 (diff)
downloadpfsense-a8380480884a8e95ef980885d73cde3986aac544.zip
pfsense-a8380480884a8e95ef980885d73cde3986aac544.tar.gz
fix text
Diffstat (limited to 'usr/local/www/vpn_pppoe.php')
-rw-r--r--usr/local/www/vpn_pppoe.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/vpn_pppoe.php b/usr/local/www/vpn_pppoe.php
index f70199e..998fd0c 100644
--- a/usr/local/www/vpn_pppoe.php
+++ b/usr/local/www/vpn_pppoe.php
@@ -130,7 +130,7 @@ include("head.inc");
<td valign="middle" class="list nowrap">
<table border="0" cellspacing="0" cellpadding="1" summary="icons">
<tr>
- <td valign="middle"><a href="vpn_pppoe_edit.php?id=<?=$i;?>"><img src="/themes/<?= $g['theme']; ?>/images/icons/icon_e.gif" width="17" height="17" border="0" title="<?=gettext("edit pppoe instance"); ?>" alt="edit" /></a></td>
+ <td valign="middle"><a href="vpn_pppoe_edit.php?id=<?=$i;?>"><img src="/themes/<?= $g['theme']; ?>/images/icons/icon_e.gif" width="17" height="17" border="0" title="<?=gettext("edit PPPoE instance"); ?>" alt="edit" /></a></td>
<td><a href="vpn_pppoe.php?act=del&amp;id=<?=$i;?>" onclick="return confirm('<?=gettext("Do you really want to delete this entry? All elements that still use it will become invalid (e.g. filter rules)!");?>')"><img src="/themes/<?= $g['theme']; ?>/images/icons/icon_x.gif" width="17" height="17" border="0" title="<?=gettext("delete pppoe instance");?>" alt="delete" /></a></td>
</tr>
</table>
OpenPOWER on IntegriCloud