summaryrefslogtreecommitdiffstats
path: root/usr/local/www/services_rfc2136.php
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2013-07-02 16:23:09 -0400
committerjim-p <jimp@pfsense.org>2013-07-02 16:58:04 -0400
commita04da9bfb60b00b0accfea46d5f362a0bc240e28 (patch)
tree941f9b226f7263c16741997a619b6bff7dfbba97 /usr/local/www/services_rfc2136.php
parent7c9da7be0c52a5838302fb9b3f89ddfdebfc2f82 (diff)
downloadpfsense-a04da9bfb60b00b0accfea46d5f362a0bc240e28.zip
pfsense-a04da9bfb60b00b0accfea46d5f362a0bc240e28.tar.gz
Fix double click row to edit for rfc2136
Diffstat (limited to 'usr/local/www/services_rfc2136.php')
-rw-r--r--usr/local/www/services_rfc2136.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/services_rfc2136.php b/usr/local/www/services_rfc2136.php
index 3763182..3b3e679 100644
--- a/usr/local/www/services_rfc2136.php
+++ b/usr/local/www/services_rfc2136.php
@@ -82,7 +82,7 @@ include("head.inc");
<td width="10%" class="list"></td>
</tr>
<?php $i = 0; foreach ($a_rfc2136 as $rfc2136): ?>
- <tr>
+ <tr ondblclick="document.location='services_rfc2136_edit.php?id=<?=$i;?>'">
<td class="listlr">
<?php
$iflist = get_configured_interface_with_descr();
OpenPOWER on IntegriCloud