summaryrefslogtreecommitdiffstats
path: root/usr/local/www/services_dhcp.php
diff options
context:
space:
mode:
authorBill Marquette <billm@pfsense.org>2005-04-12 19:18:50 +0000
committerBill Marquette <billm@pfsense.org>2005-04-12 19:18:50 +0000
commit2d165eff964406d27b00066c311e4291a15bc332 (patch)
tree1456d173b32defd30ec426b0c0ee5aa42bdeb5cb /usr/local/www/services_dhcp.php
parent8199e86b4111243efc60bbbab8ed27d608b2cb82 (diff)
downloadpfsense-2d165eff964406d27b00066c311e4291a15bc332.zip
pfsense-2d165eff964406d27b00066c311e4291a15bc332.tar.gz
doubleclick to edit
Diffstat (limited to 'usr/local/www/services_dhcp.php')
-rwxr-xr-xusr/local/www/services_dhcp.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr/local/www/services_dhcp.php b/usr/local/www/services_dhcp.php
index 1cbc9ab..0e5873f 100755
--- a/usr/local/www/services_dhcp.php
+++ b/usr/local/www/services_dhcp.php
@@ -326,13 +326,13 @@ The default is to use the IP of the firewall as the gateway. Specify an alterna
</tr>
<?php $i = 0; foreach ($a_maps as $mapent): ?>
<tr>
- <td class="listlr">
+ <td class="listlr" ondblclick="document.location='services_dhcp_edit.php?if=<?=$if;?>&id=<?=$i;?>';">
<?=htmlspecialchars($mapent['mac']);?>
</td>
- <td class="listr">
+ <td class="listr" ondblclick="document.location='services_dhcp_edit.php?if=<?=$if;?>&id=<?=$i;?>';">
<?=htmlspecialchars($mapent['ipaddr']);?>&nbsp;
</td>
- <td class="listbg">
+ <td class="listbg" ondblclick="document.location='services_dhcp_edit.php?if=<?=$if;?>&id=<?=$i;?>';">
<font color="#FFFFFFF"><?=htmlspecialchars($mapent['descr']);?>&nbsp;</font>
</td>
<td valign="middle" nowrap class="list">
OpenPOWER on IntegriCloud