mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 14:41:29 +01:00
Fixed show current users on navbar preferences
This commit is contained in:
parent
84a5c8773d
commit
338fd9d733
@ -117,7 +117,7 @@
|
||||
<?php
|
||||
if ($phpgw_info["user"]["apps"]["admin"]) {
|
||||
echo '<tr><td>' . lang("show current users on navigation bar") . '</td><td>'
|
||||
. '<input type="checkbox" name="<?php echo $option; ?>" value="True"';
|
||||
. '<input type="checkbox" name="show_currentusers" value="True"';
|
||||
if ($phpgw_info["user"]["preferences"]["common"]["show_currentusers"]) {
|
||||
echo " checked";
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user