2
0
forked from Wavyzz/dolibarr

Fix look and feel v11

This commit is contained in:
Laurent Destailleur
2019-12-02 11:00:09 +01:00
parent af5beade41
commit 6d81bc77cb
10 changed files with 22 additions and 22 deletions

View File

@@ -111,7 +111,7 @@ function project_prepare_head($object)
if (!empty($object->note_public)) $nbNote++;
$head[$h][0] = DOL_URL_ROOT.'/projet/note.php?id='.$object->id;
$head[$h][1] = $langs->trans('Notes');
if ($nbNote > 0) $head[$h][1] .= ' <span class="badge">'.$nbNote.'</span>';
if ($nbNote > 0) $head[$h][1] .= '<span class="badge marginleftonlyshort">'.$nbNote.'</span>';
$head[$h][2] = 'notes';
$h++;
}