Rend l'affichage du tableau de bord paramétrable dans la partie admin/ihm

This commit is contained in:
Rodolphe Quiedeville 2005-09-13 09:29:50 +00:00
parent 77029325b2
commit 486ef5685c

View File

@ -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">&nbsp;</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>';