NEW : if nb total of lines provided in print barre_liste, display in
title
This commit is contained in:
parent
40963f2f2a
commit
10ff19eb46
@ -2985,7 +2985,11 @@ function print_barre_liste($titre, $page, $file, $options='', $sortfield='', $so
|
|||||||
|
|
||||||
// Left
|
// Left
|
||||||
if ($picto && $titre) print '<td class="nobordernopadding hideonsmartphone" width="40" align="left" valign="middle">'.img_picto('', $picto, '', $pictoisfullpath).'</td>';
|
if ($picto && $titre) print '<td class="nobordernopadding hideonsmartphone" width="40" align="left" valign="middle">'.img_picto('', $picto, '', $pictoisfullpath).'</td>';
|
||||||
print '<td class="nobordernopadding"><div class="titre">'.$titre.'</div></td>';
|
print '<td class="nobordernopadding"><div class="titre">'.$titre;
|
||||||
|
if (!empty($totalnboflines)) {
|
||||||
|
print ' ('.$totalnboflines.')';
|
||||||
|
}
|
||||||
|
print '</div></td>';
|
||||||
|
|
||||||
// Center
|
// Center
|
||||||
if ($center)
|
if ($center)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user