From 0ce46f52bf07787970888636181568a1f23cbdb4 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur <eldy@users.sourceforge.net> Date: Tue, 5 May 2009 00:20:17 +0000 Subject: [PATCH] Title of tabs must be name of entity. --- htdocs/user/param_ihm.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/htdocs/user/param_ihm.php b/htdocs/user/param_ihm.php index c20740a11c7..8de36c84f3a 100644 --- a/htdocs/user/param_ihm.php +++ b/htdocs/user/param_ihm.php @@ -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); -- GitLab