Look and feel
This commit is contained in:
parent
7b68d4260c
commit
08260cb7a4
@ -1618,7 +1618,9 @@ else
|
||||
// Hierarchy
|
||||
print '<tr><td>'.$langs->trans("HierarchicalResponsible").'</td>';
|
||||
print '<td>';
|
||||
if (empty($object->fk_user)) print $langs->trans("None");
|
||||
if (empty($object->fk_user)) {
|
||||
print '<span class="opacitymedium">'.$langs->trans("None").'</span>';
|
||||
}
|
||||
else {
|
||||
$huser = new User($db);
|
||||
$huser->fetch($object->fk_user);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user