mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-06 09:38:23 +01:00
css
This commit is contained in:
@@ -5611,7 +5611,7 @@ function print_barre_liste($titre, $page, $file, $options = '', $sortfield = '',
|
||||
do {
|
||||
if ($pagenavastextinput) {
|
||||
if ($cpt == $page) {
|
||||
$pagelist .= '<li class="pagination"><input type="text" class="width25 center pageplusone" name="pageplusone" value="'.($page + 1).'"></li>';
|
||||
$pagelist .= '<li class="pagination"><input type="text" class="'.($totalnboflines > 100 ? 'width40' : 'width25').' center pageplusone" name="pageplusone" value="'.($page + 1).'"></li>';
|
||||
$pagelist .= '/';
|
||||
}
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user