Show text of permission in tooltip

This commit is contained in:
Laurent Destailleur 2021-04-05 11:18:24 +02:00
parent fd82776f67
commit e048d73487

View File

@ -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>';