summaryrefslogtreecommitdiffstats
path: root/usr/local/www/vpn_pptp_users.php
diff options
context:
space:
mode:
authorBill Marquette <billm@pfsense.org>2005-04-12 19:39:47 +0000
committerBill Marquette <billm@pfsense.org>2005-04-12 19:39:47 +0000
commite68492ccc1eb8c48c0c10594de8fe84cb5ed2d80 (patch)
tree9a27df8019dbc5423f939d811868e607f8ebc559 /usr/local/www/vpn_pptp_users.php
parent5f9c0e680327549a0c3e9a29c551539dd1876def (diff)
downloadpfsense-e68492ccc1eb8c48c0c10594de8fe84cb5ed2d80.zip
pfsense-e68492ccc1eb8c48c0c10594de8fe84cb5ed2d80.tar.gz
doubleclick for edit
Diffstat (limited to 'usr/local/www/vpn_pptp_users.php')
-rwxr-xr-xusr/local/www/vpn_pptp_users.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/www/vpn_pptp_users.php b/usr/local/www/vpn_pptp_users.php
index cd80dfb..3bf2973 100755
--- a/usr/local/www/vpn_pptp_users.php
+++ b/usr/local/www/vpn_pptp_users.php
@@ -103,10 +103,10 @@ if ($_GET['act'] == "del") {
</tr>
<?php $i = 0; foreach ($a_secret as $secretent): ?>
<tr>
- <td class="listlr">
+ <td class="listlr" ondblclick="document.location='vpn_pptp_users_edit.php?id=<?=$i;?>';">
<?=htmlspecialchars($secretent['name']);?>
</td>
- <td class="listr">
+ <td class="listr" ondblclick="document.location='vpn_pptp_users_edit.php?id=<?=$i;?>';">
<?=htmlspecialchars($secretent['ip']);?>&nbsp;
</td>
<td class="list" nowrap>
OpenPOWER on IntegriCloud