summaryrefslogtreecommitdiffstats
path: root/usr/local/www/services_wol.php
diff options
context:
space:
mode:
authorBill Marquette <billm@pfsense.org>2005-04-12 19:30:02 +0000
committerBill Marquette <billm@pfsense.org>2005-04-12 19:30:02 +0000
commit5f9c0e680327549a0c3e9a29c551539dd1876def (patch)
tree1e227026b061a94e8ef1f28c0b728467437a7739 /usr/local/www/services_wol.php
parentd6415679536ce3e8a4b0655787147bbb85394cf3 (diff)
downloadpfsense-5f9c0e680327549a0c3e9a29c551539dd1876def.zip
pfsense-5f9c0e680327549a0c3e9a29c551539dd1876def.tar.gz
doubleclick to edit
Diffstat (limited to 'usr/local/www/services_wol.php')
-rwxr-xr-xusr/local/www/services_wol.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr/local/www/services_wol.php b/usr/local/www/services_wol.php
index 3d29f31..90fe0fa 100755
--- a/usr/local/www/services_wol.php
+++ b/usr/local/www/services_wol.php
@@ -135,17 +135,17 @@ Click the MAC address to wake up a computer. <br>
</tr>
<?php $i = 0; foreach ($a_wol as $wolent): ?>
<tr>
- <td class="listlr">
+ <td class="listlr" ondblclick="document.location='services_wol_edit.php?id=<?=$i;?>';">
<?php if ($wolent['interface'] == "lan")
echo "LAN";
else
echo $config['interfaces'][$wolent['interface']]['descr'];
?>&nbsp;
</td>
- <td class="listr">
+ <td class="listr" ondblclick="document.location='services_wol_edit.php?id=<?=$i;?>';">
<a href="?mac=<?=$wolent['mac'];?>&if=<?=$wolent['interface'];?>"><?=strtolower($wolent['mac']);?></a>&nbsp;
</td>
- <td class="listbg">
+ <td class="listbg" ondblclick="document.location='services_wol_edit.php?id=<?=$i;?>';">
<font color="#FFFFFF"><?=htmlspecialchars($wolent['descr']);?>&nbsp;
</td>
<td valign="middle" nowrap class="list">
OpenPOWER on IntegriCloud