summaryrefslogtreecommitdiffstats
path: root/usr/local/www
diff options
context:
space:
mode:
authorSeth Mos <seth.mos@dds.nl>2011-03-08 09:14:46 +0100
committerSeth Mos <seth.mos@dds.nl>2011-03-08 09:14:46 +0100
commitd2627d7c7c3ddb9f2d65fdaf8fa737a57a34e33e (patch)
treea437c224ae35140b03ec31c17ddf62645174b881 /usr/local/www
parentae091de305647e9c3e294a8647fa781dae3d36a9 (diff)
downloadpfsense-d2627d7c7c3ddb9f2d65fdaf8fa737a57a34e33e.zip
pfsense-d2627d7c7c3ddb9f2d65fdaf8fa737a57a34e33e.tar.gz
Correct the link to the proper page for deleting a static mapping
Diffstat (limited to 'usr/local/www')
-rw-r--r--usr/local/www/services_dhcpv6.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/services_dhcpv6.php b/usr/local/www/services_dhcpv6.php
index 27c4443..2c7f6bf 100644
--- a/usr/local/www/services_dhcpv6.php
+++ b/usr/local/www/services_dhcpv6.php
@@ -860,7 +860,7 @@ include("head.inc");
<table border="0" cellspacing="0" cellpadding="1">
<tr>
<td valign="middle"><a href="services_dhcpv6_edit.php?if=<?=$if;?>&id=<?=$i;?>"><img src="./themes/<?= $g['theme']; ?>/images/icons/icon_e.gif" width="17" height="17" border="0"></a></td>
- <td valign="middle"><a href="services_dhcp.php?if=<?=$if;?>&act=del&id=<?=$i;?>" onclick="return confirm('<?=gettext("Do you really want to delete this mapping?");?>')"><img src="./themes/<?= $g['theme']; ?>/images/icons/icon_x.gif" width="17" height="17" border="0"></a></td>
+ <td valign="middle"><a href="services_dhcpv6.php?if=<?=$if;?>&act=del&id=<?=$i;?>" onclick="return confirm('<?=gettext("Do you really want to delete this mapping?");?>')"><img src="./themes/<?= $g['theme']; ?>/images/icons/icon_x.gif" width="17" height="17" border="0"></a></td>
</tr>
</table>
</td>
OpenPOWER on IntegriCloud