Use switch picto
This commit is contained in:
parent
9a66573193
commit
f90afe02a7
@ -102,7 +102,7 @@ print '<td colspan="3">'.$langs->trans("Parameters").'</td>';
|
||||
print '<td align="center" width="80">'.$langs->trans("Status").'</td>';
|
||||
print '</tr>';
|
||||
|
||||
// Hide unauthorized menu
|
||||
// hide unauthorized menu
|
||||
$var=!$var;
|
||||
print "<tr ".$bc[$var].">";
|
||||
print '<td colspan="3">'.$langs->trans("HideUnauthorizedMenu").'</td>';
|
||||
@ -118,7 +118,7 @@ if($conf->global->MAIN_MENU_HIDE_UNAUTHORIZED == 1)
|
||||
print "</td>";
|
||||
print '</tr>';
|
||||
|
||||
// Use a flip-hide menu
|
||||
// hide unauthorized menu
|
||||
if ($conf->global->MAIN_FEATURES_LEVEL > 0)
|
||||
{
|
||||
$var=!$var;
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 708 B After Width: | Height: | Size: 654 B |
Binary file not shown.
|
Before Width: | Height: | Size: 708 B After Width: | Height: | Size: 654 B |
Loading…
Reference in New Issue
Block a user