Use switch picto

This commit is contained in:
Laurent Destailleur 2011-08-31 21:01:46 +00:00
parent 9a66573193
commit f90afe02a7
3 changed files with 2 additions and 2 deletions

View File

@ -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