QUAL: Standardize code and look and feel for dictionaries

This commit is contained in:
Laurent Destailleur
2023-09-04 22:49:55 +02:00
parent 4f1f9ec455
commit f403558a8f
2 changed files with 423 additions and 372 deletions

View File

@@ -5532,7 +5532,7 @@ function load_fiche_titre($titre, $morehtmlright = '', $picto = 'generic', $pict
*/
function print_barre_liste($titre, $page, $file, $options = '', $sortfield = '', $sortorder = '', $morehtmlcenter = '', $num = -1, $totalnboflines = '', $picto = 'generic', $pictoisfullpath = 0, $morehtmlright = '', $morecss = '', $limit = -1, $hideselectlimit = 0, $hidenavigation = 0, $pagenavastextinput = 0, $morehtmlrightbeforearrow = '')
{
global $conf, $langs;
global $conf;
$savlimit = $limit;
$savtotalnboflines = $totalnboflines;