summaryrefslogtreecommitdiffstats
path: root/usr/local
diff options
context:
space:
mode:
authorChris Buechler <cmb@cmb-macbook-pro-4.local>2010-04-04 01:01:58 -0400
committerChris Buechler <cmb@cmb-macbook-pro-4.local>2010-04-04 01:02:16 -0400
commitc67bbe0480e68987d16e691f61425ee79760df83 (patch)
tree1c0552e206a79c9dd8553e0157cdd2b4651fac81 /usr/local
parenta2a7f74df4bb65fc173bf0da72a423f7600bd091 (diff)
downloadpfsense-c67bbe0480e68987d16e691f61425ee79760df83.zip
pfsense-c67bbe0480e68987d16e691f61425ee79760df83.tar.gz
restore double click to edit
Diffstat (limited to 'usr/local')
-rw-r--r--usr/local/www/vpn_openvpn_client.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/vpn_openvpn_client.php b/usr/local/www/vpn_openvpn_client.php
index 38cd94f..14a4af6 100644
--- a/usr/local/www/vpn_openvpn_client.php
+++ b/usr/local/www/vpn_openvpn_client.php
@@ -809,7 +809,7 @@ function autotls_change() {
$disabled = "YES";
$server = "{$client['server_addr']}:{$client['server_port']}";
?>
- <tr>
+ <tr ondblclick="document.location='vpn_openvpn_client.php?act=edit&id=<?=$i;?>'">
<td class="listlr">
<?=$disabled;?>
</td>
OpenPOWER on IntegriCloud