Show text of permission in tooltip
This commit is contained in:
parent
fd82776f67
commit
e048d73487
@ -440,6 +440,7 @@ if ($result) {
|
||||
if ($user->admin) {
|
||||
print '<td class="right">';
|
||||
$htmltext = $langs->trans("ID").': '.$obj->id;
|
||||
$htmltext .= '<br>'.$langs->trans("Permission").': user->rights->'.$obj->module.'->'.$obj->perms.($obj->subperms ? '->'.$obj->subperms : '');
|
||||
print $form->textwithpicto('', $htmltext);
|
||||
//print '<span class="opacitymedium">'.$obj->id.'</span>';
|
||||
print '</td>';
|
||||
|
||||
Loading…
Reference in New Issue
Block a user