summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorBill Marquette <billm@pfsense.org>2005-04-12 19:13:33 +0000
committerBill Marquette <billm@pfsense.org>2005-04-12 19:13:33 +0000
commit835f9aca0a717718097838c0eee689ff0a0c558b (patch)
tree94b8e815919dacb68d5d7a69d58bc542dfca621c /usr
parentbe6d8fc9e9ed7ef617a297c3d25965a5668869f0 (diff)
downloadpfsense-835f9aca0a717718097838c0eee689ff0a0c558b.zip
pfsense-835f9aca0a717718097838c0eee689ff0a0c558b.tar.gz
Doubleclick for edit
Diffstat (limited to 'usr')
-rwxr-xr-xusr/local/www/services_dnsmasq.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/usr/local/www/services_dnsmasq.php b/usr/local/www/services_dnsmasq.php
index cc71dd1..66c3a35 100755
--- a/usr/local/www/services_dnsmasq.php
+++ b/usr/local/www/services_dnsmasq.php
@@ -142,16 +142,16 @@ if ($_GET['act'] == "del") {
</tr>
<?php $i = 0; foreach ($a_hosts as $hostent): ?>
<tr>
- <td class="listlr">
+ <td class="listlr" ondblclick="document.location='services_dnsmasq_edit.php?id=<?=$i;?>';">
<?=strtolower($hostent['host']);?>&nbsp;
</td>
- <td class="listr">
+ <td class="listr" ondblclick="document.location='services_dnsmasq_edit.php?id=<?=$i;?>';">
<?=strtolower($hostent['domain']);?>&nbsp;
</td>
- <td class="listr">
+ <td class="listr" ondblclick="document.location='services_dnsmasq_edit.php?id=<?=$i;?>';">
<?=$hostent['ip'];?>&nbsp;
</td>
- <td class="listbg">
+ <td class="listbg" ondblclick="document.location='services_dnsmasq_edit.php?id=<?=$i;?>';">
<font color="#FFFFFF"><?=htmlspecialchars($hostent['descr']);?>&nbsp;
</td>
<td valign="middle" nowrap class="list">
OpenPOWER on IntegriCloud