summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/services_unbound.php
diff options
context:
space:
mode:
authorStephen Beaver <sbeaver@netgate.com>2015-11-05 10:46:09 -0500
committerStephen Beaver <sbeaver@netgate.com>2015-11-05 10:46:09 -0500
commit33f0b0d57160b6335d586f78229730464c6583ce (patch)
treeb8550ccd8250d8a4ac531121695ff65a2967bf26 /src/usr/local/www/services_unbound.php
parent0619c9db228ca94339bccd26f109ae2b2b389fa1 (diff)
downloadpfsense-33f0b0d57160b6335d586f78229730464c6583ce.zip
pfsense-33f0b0d57160b6335d586f78229730464c6583ce.tar.gz
Delete confirmation vi fa-trash automated via pfSense.js
Diffstat (limited to 'src/usr/local/www/services_unbound.php')
-rw-r--r--src/usr/local/www/services_unbound.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/usr/local/www/services_unbound.php b/src/usr/local/www/services_unbound.php
index 3de7aca..bfd1a41 100644
--- a/src/usr/local/www/services_unbound.php
+++ b/src/usr/local/www/services_unbound.php
@@ -444,8 +444,8 @@ foreach ($a_hosts as $hostent):
<?=htmlspecialchars($hostent['descr'])?>
</td>
<td>
- <a class="fa fa-pencil" title="<?=gettext('Edit host override')?>" href="services_unbound_host_edit.php?id=<?=$i?>"></a>
- <a class="fa fa-trash" title="<?=gettext('Delete host override')?>" href="services_unbound.php?type=host&amp;act=del&amp;id=<?=$i?>" onclick="return confirm('<?=gettext("Are you sure you want to delete this host override?")?>')"></a>
+ <a class="fa fa-pencil" title="<?=gettext('Edit host override')?>" href="services_unbound_host_edit.php?id=<?=$i?>"></a>
+ <a class="fa fa-trash" title="<?=gettext('Delete host override')?>" href="services_unbound.php?type=host&amp;act=del&amp;id=<?=$i?>"></a>
</td>
</tr>
@@ -517,8 +517,8 @@ foreach ($a_domainOverrides as $doment):
<?=htmlspecialchars($doment['descr'])?>&nbsp;
</td>
<td>
- <a class="fa fa-pencil" title="<?=gettext('Edit domain override')?>" href="services_unbound_domainoverride_edit.php?id=<?=$i?>"></a>
- <a class="fa fa-trash" title="<?=gettext('Delete domain override')?>" href="services_unbound.php?act=del&amp;type=doverride&amp;id=<?=$i?>" onclick="return confirm('<?=gettext("Are you sure you want to delete this domain override?")?>')"></a>
+ <a class="fa fa-pencil" title="<?=gettext('Edit domain override')?>" href="services_unbound_domainoverride_edit.php?id=<?=$i?>"></a>
+ <a class="fa fa-trash" title="<?=gettext('Delete domain override')?>" href="services_unbound.php?act=del&amp;type=doverride&amp;id=<?=$i?>"></a>
</td>
</tr>
<?php
OpenPOWER on IntegriCloud