Rend l'affichage du tableau de bord paramétrable dans la partie admin/ihm
This commit is contained in:
parent
77029325b2
commit
486ef5685c
@ -199,6 +199,10 @@ print '</td><td width="65%" valign="top" class="notopnoleftnoright">';
|
||||
/*
|
||||
* Dolibarr Work Board
|
||||
*/
|
||||
|
||||
if (MAIN_SHOW_WORKBOARD == 1)
|
||||
{
|
||||
|
||||
print '<table class="noborder" width="100%">';
|
||||
print '<tr class="liste_titre">';
|
||||
print '<td colspan="2">'.$langs->trans("DolibarrWorkBoard").'</td>';
|
||||
@ -209,8 +213,6 @@ print '<td width="20"> </td>';
|
||||
print '</tr>';
|
||||
|
||||
$var=true;
|
||||
|
||||
|
||||
//
|
||||
// Ne pas inclure de sections sans gestion de permissions
|
||||
//
|
||||
@ -458,7 +460,7 @@ if ($conf->adherent->enabled && $user->rights->adherent->lire && ! $user->societ
|
||||
}
|
||||
|
||||
print '</table>';
|
||||
|
||||
}
|
||||
|
||||
print '</td></tr></table>';
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user