diff --git a/htdocs/user/perms.php b/htdocs/user/perms.php
index 48b44d2fc57..81d687cd13c 100644
--- a/htdocs/user/perms.php
+++ b/htdocs/user/perms.php
@@ -288,7 +288,7 @@ if (($caneditperms && empty($objMod->rights_admin_allowed)) || empty($object->ad
}
print '
'.$langs->trans("Permissions").' | ';
if ($user->admin) {
- print ''.$langs->trans("ID").' | ';
+ print ' | ';
}
print ''."\n";
@@ -438,7 +438,11 @@ if ($result) {
// Permission id
if ($user->admin) {
- print ''.$obj->id.' | ';
+ print '';
+ $htmltext = $langs->trans("ID").': '.$obj->id;
+ print $form->textwithpicto('', $htmltext);
+ //print ''.$obj->id.'';
+ print ' | ';
}
print ''."\n";