diff --git a/htdocs/core/lib/functions.lib.php b/htdocs/core/lib/functions.lib.php index 0e6214560c4..ca59ce82ab3 100644 --- a/htdocs/core/lib/functions.lib.php +++ b/htdocs/core/lib/functions.lib.php @@ -2985,7 +2985,11 @@ function print_barre_liste($titre, $page, $file, $options='', $sortfield='', $so // Left if ($picto && $titre) print ''.img_picto('', $picto, '', $pictoisfullpath).''; - print '
'.$titre.'
'; + print '
'.$titre; + if (!empty($totalnboflines)) { + print ' ('.$totalnboflines.')'; + } + print '
'; // Center if ($center)