summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system_usermanager.php
diff options
context:
space:
mode:
authorbruno <bruno.stein@bluepex.com>2014-11-13 09:26:53 -0200
committerbruno <bruno.stein@bluepex.com>2014-11-13 09:26:53 -0200
commit4970f1de4d25ffde4f5e37a4de446f1881eccdbd (patch)
tree4aa48d90fed5d073fde56df0850e1895cdcab0fd /usr/local/www/system_usermanager.php
parentb27efa5d331de577aec0fda2c644cc1f7f92c760 (diff)
downloadpfsense-4970f1de4d25ffde4f5e37a4de446f1881eccdbd.zip
pfsense-4970f1de4d25ffde4f5e37a4de446f1881eccdbd.tar.gz
add onclick
Diffstat (limited to 'usr/local/www/system_usermanager.php')
-rw-r--r--usr/local/www/system_usermanager.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/usr/local/www/system_usermanager.php b/usr/local/www/system_usermanager.php
index d76c7cd..bd7ac8f 100644
--- a/usr/local/www/system_usermanager.php
+++ b/usr/local/www/system_usermanager.php
@@ -934,7 +934,7 @@ function sshkeyClicked(obj) {
<td class="list" id="frd<?=$i?>">
<input type="checkbox" id="frc<?=$i?>" onclick="fr_bgcolor(<?=$i?>)" name="delete_check[]" value="<?=$i?>" />
</td>
- <td class="listlr">
+ <td class="listlr" id="frd<?=$i?>" onclick="fr_toggle('<?=$i;?>')">
<table border="0" cellpadding="0" cellspacing="0" summary="icons">
<tr>
<td align="left" valign="middle">
@@ -952,9 +952,9 @@ function sshkeyClicked(obj) {
</tr>
</table>
</td>
- <td class="listr"><?=htmlspecialchars($userent['descr']);?>&nbsp;</td>
- <td class="listr"><?php if(isset($userent['disabled'])) echo "*"; ?></td>
- <td class="listbg">
+ <td class="listr" id="frd<?=$i?>" onclick="fr_toggle('<?=$i;?>')"><?=htmlspecialchars($userent['descr']);?>&nbsp;</td>
+ <td class="listr" id="frd<?=$i?>" onclick="fr_toggle('<?=$i;?>')"><?php if(isset($userent['disabled'])) echo "*"; ?></td>
+ <td class="listbg" onclick="fr_toggle('<?=$i;?>')">
<?=implode(",",local_user_get_groups($userent));?>
&nbsp;
</td>
OpenPOWER on IntegriCloud