diff --git a/htdocs/core/lib/functions.lib.php b/htdocs/core/lib/functions.lib.php index 53222b18be8..9b7046edfed 100644 --- a/htdocs/core/lib/functions.lib.php +++ b/htdocs/core/lib/functions.lib.php @@ -6209,8 +6209,14 @@ function print_fleche_navigation($page, $file, $options = '', $nextpage = 0, $be $pagesizechoices = getDolGlobalString('MAIN_PAGESIZE_CHOICES'); } - print '
  • '; - print ''; + print ''; + } else { + print '
  • '; + print ''; - print ajax_combobox("limit"); + if (getDolGlobalString('MAIN_USE_HTML5_LIMIT_SELECTOR')) { + print ''; + } else { + print ''; + print ajax_combobox("limit"); + } if ($conf->use_javascript_ajax) { print ' diff --git a/htdocs/fichinter/list.php b/htdocs/fichinter/list.php index e4890e97b9c..dfa5fb1729f 100644 --- a/htdocs/fichinter/list.php +++ b/htdocs/fichinter/list.php @@ -884,7 +884,7 @@ while ($i < $imaxinloop) { } // Third party if (!empty($arrayfields['s.nom']['checked'])) { - print ''; + print ''; print $companystatic->getNomUrl(1, '', 44); print ''; if (!$i) { @@ -905,8 +905,9 @@ while ($i < $imaxinloop) { $totalarray['nbfield']++; } } + // Contract if (!empty($arrayfields['c.ref']['checked'])) { - print ''; + print ''; $contratstatic->id = $obj->contrat_id; $contratstatic->ref = $obj->contrat_ref; $contratstatic->ref_customer = $obj->contrat_ref_customer; diff --git a/htdocs/theme/eldy/global.inc.php b/htdocs/theme/eldy/global.inc.php index b6ea1150545..c3e580a074f 100644 --- a/htdocs/theme/eldy/global.inc.php +++ b/htdocs/theme/eldy/global.inc.php @@ -2536,10 +2536,11 @@ span.widthpictotitle.pictotitle { } .pictofixedwidth { text-align: start; - width: 21px; + width: 20px; /* padding-right: 0; */ } + .colorthumb { padding-left: 1px !important; padding-right: 1px; diff --git a/htdocs/theme/md/style.css.php b/htdocs/theme/md/style.css.php index 5f15a6cc082..11171e1e408 100644 --- a/htdocs/theme/md/style.css.php +++ b/htdocs/theme/md/style.css.php @@ -2654,8 +2654,8 @@ img.hideonsmartphone.pictoactionview { } .pictofixedwidth { - text-align: ; - width: 21px; + text-align: start; + width: 20px; /* padding-right: 0; */ }