diff --git a/htdocs/user/perms.php b/htdocs/user/perms.php index 15e6bd24801..a25e771907e 100644 --- a/htdocs/user/perms.php +++ b/htdocs/user/perms.php @@ -385,6 +385,15 @@ if ($result) print img_picto($langs->trans("Active"),'tick'); print ''; } + else + { + // Do not own permission + if ($caneditperms) + { + print ''.img_edit_add($langs->trans("Add")).''; + } + print ' '; + } } else {