summaryrefslogtreecommitdiffstats
path: root/usr
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:29 -0400
commit6c38268e6ea0a2bbf2ad4ee627fd0b7a9a41efc6 (patch)
treeb7129178e3f3d3030df5becc785e030d02dc0e69 /usr
parentb65492f677aac85ed113f5a446d84aabec5ef8fe (diff)
downloadpfsense-6c38268e6ea0a2bbf2ad4ee627fd0b7a9a41efc6.zip
pfsense-6c38268e6ea0a2bbf2ad4ee627fd0b7a9a41efc6.tar.gz
Fix double click row to edit for rfc2136
Diffstat (limited to 'usr')
-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