This commit is contained in:
Laurent Destailleur 2022-08-04 11:14:21 +02:00
parent a60a8d5057
commit fb173da0f3

View File

@ -97,7 +97,7 @@ llxHeader('', $title, $help_url);
$head = user_prepare_head($object);
$title = $langs->trans("User");
print dol_get_fiche_head($head, 'ldap', $title, 0, 'user');
print dol_get_fiche_head($head, 'ldap', $title, -1, 'user');
$linkback = '';
@ -110,7 +110,7 @@ dol_banner_tab($object, 'id', $linkback, $user->rights->user->user->lire || $use
print '<div class="fichecenter">';
print '<div class="underbanner clearboth"></div>';
print '<table class="border centpercent">';
print '<table class="border centpercent tableforfield">';
// Login
print '<tr><td class="titlefield">'.$langs->trans("Login").'</td>';