2
0
forked from Wavyzz/dolibarr
This commit is contained in:
Laurent Destailleur
2019-11-04 18:25:32 +01:00
parent a0db0fccbe
commit 6e591d2be0
25 changed files with 78 additions and 78 deletions

View File

@@ -663,7 +663,7 @@ function security_prepare_head()
$head[$h][0] = DOL_URL_ROOT."/admin/perms.php";
$head[$h][1] = $langs->trans("DefaultRights");
if ($nbPerms > 0) $head[$h][1].= ' <span class="badge">'.$nbPerms.'</span>';
if ($nbPerms > 0) $head[$h][1].= '<span class="badge marginleftonlyshort">'.$nbPerms.'</span>';
$head[$h][2] = 'default';
$h++;