Task #1151 - Amélioration configuration des menus

Ergonomy change easily the menu and configuration + SQL for upgrade
This commit is contained in:
Dany De Bontridder 2015-08-20 00:38:05 +02:00
parent 8bfc0678a8
commit 60207bf50e
20 changed files with 1213 additions and 780 deletions

View file

@ -66,7 +66,7 @@ endif;?>
continue;
}
$style="tool";
if ($row['me_code']==$selected)
if ($row['me_code']==$selected_module)
{
$style='toolselected';
}