Title of tabs must be name of entity.

This commit is contained in:
Laurent Destailleur 2009-05-05 00:20:17 +00:00
parent c917cad328
commit 0ce46f52bf

View File

@ -113,9 +113,7 @@ llxHeader();
*/
$head = user_prepare_head($fuser);
$title = $fuser->admin ? $langs->trans("Administrator") : $langs->trans("User");
$title = !$fuser->entity ? $langs->trans("SuperAdministrator") : $title;
$title = $langs->trans("User");
dol_fiche_head($head, 'guisetup', $title);