summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xusr/local/www/services_captiveportal_users.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/usr/local/www/services_captiveportal_users.php b/usr/local/www/services_captiveportal_users.php
index 54036458..991506e 100755
--- a/usr/local/www/services_captiveportal_users.php
+++ b/usr/local/www/services_captiveportal_users.php
@@ -234,14 +234,14 @@ END;
foreach($config['users'] as $username => $user){
?>
<tr>
- <td class="listlr">
+ <td class="listlr" ondblclick="document.location='services_captiveportal_users_edit.php?act=edit&username=<?=$username;?>';">
<?php echo $username; ?>&nbsp;
</td>
- <td class="listr">
+ <td class="listr" ondblclick="document.location='services_captiveportal_users_edit.php?act=edit&username=<?=$username;?>';">
<?php echo $user['fullname']; ?>&nbsp;
</td>
- <td class="listbg">
- <?php echo $user['expirationdate']; ?>&nbsp;
+ <td class="listbg" ondblclick="document.location='services_captiveportal_users_edit.php?act=edit&username=<?=$username;?>';">
+ <font color="white"><?php echo $user['expirationdate']; ?>&nbsp;</font>
</td>
<td valign="middle" nowrap class="list">
<table border="0" cellspacing="0" cellpadding="1">
OpenPOWER on IntegriCloud