Look: Modif esthtique mineure
This commit is contained in:
parent
d522bd0f27
commit
df5daa2938
@ -95,7 +95,7 @@ if ($_GET["id"])
|
||||
$h++;
|
||||
}
|
||||
|
||||
dolibarr_fiche_head($head, $hselected, $langs->trans("User")." : ".$fuser->fullname);
|
||||
dolibarr_fiche_head($head, $hselected, $langs->trans("User").": ".$fuser->fullname);
|
||||
|
||||
/*
|
||||
* Fiche en mode visu
|
||||
|
||||
@ -277,7 +277,7 @@ else
|
||||
$h++;
|
||||
}
|
||||
|
||||
dolibarr_fiche_head($head, $hselected, $langs->trans("User")." : ".$fuser->fullname);
|
||||
dolibarr_fiche_head($head, $hselected, $langs->trans("User").": ".$fuser->fullname);
|
||||
|
||||
|
||||
/*
|
||||
|
||||
@ -149,7 +149,7 @@ else
|
||||
$hselected=$h;
|
||||
$h++;
|
||||
|
||||
dolibarr_fiche_head($head, $hselected, $langs->trans("Group")." : ".$group->nom);
|
||||
dolibarr_fiche_head($head, $hselected, $langs->trans("Group").": ".$group->nom);
|
||||
|
||||
/*
|
||||
* Confirmation suppression
|
||||
|
||||
@ -158,7 +158,7 @@ if ($_GET["id"])
|
||||
$h++;
|
||||
}
|
||||
|
||||
dolibarr_fiche_head($head, $hselected, $langs->trans("User")." : ".$fuser->fullname);
|
||||
dolibarr_fiche_head($head, $hselected, $langs->trans("User").": ".$fuser->fullname);
|
||||
|
||||
|
||||
$sql = "SELECT r.id, r.libelle, r.module ";
|
||||
|
||||
Loading…
Reference in New Issue
Block a user