forked from Wavyzz/dolibarr
css
This commit is contained in:
@@ -5611,7 +5611,7 @@ function print_barre_liste($titre, $page, $file, $options = '', $sortfield = '',
|
|||||||
do {
|
do {
|
||||||
if ($pagenavastextinput) {
|
if ($pagenavastextinput) {
|
||||||
if ($cpt == $page) {
|
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 .= '/';
|
$pagelist .= '/';
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user