2
0
forked from Wavyzz/dolibarr

Fix pagination on account list page

This commit is contained in:
Laurent Destailleur
2017-09-06 19:53:28 +02:00
parent b4abb7151f
commit 7c2c496823
3 changed files with 15 additions and 11 deletions

View File

@@ -3595,7 +3595,9 @@ function print_barre_liste($titre, $page, $file, $options='', $sortfield='', $so
$pagelist.= '<li'.(($conf->dol_use_jmobile != 4)?' class="pagination"':'').'><span '.(($conf->dol_use_jmobile != 4)?'class="active"':'').'>'.($page+1)."</li>";
}
}
print_fleche_navigation($page, $file, $options, $nextpage, $pagelist, $morehtml, $savlimit, $totalnboflines, $hideselectlimit); // output the div and ul for previous/last completed with page numbers into $pagelist
print '</td>';
print '</tr></table>'."\n";