Debug v20

This commit is contained in:
Laurent Destailleur
2024-04-30 02:47:03 +02:00
parent 5c66d59557
commit 8ff36d2dca
7 changed files with 119 additions and 98 deletions

View File

@@ -6235,7 +6235,7 @@ function print_fleche_navigation($page, $file, $options = '', $nextpage = 0, $be
print '<datalist id="limitlist">';
} else {
print '<li class="paginationxxx">';
print '<select class="flat selectlimit nopadding maxwidth75 center" id="limit" name="limit" title="'.dol_escape_htmltag($langs->trans("MaxNbOfRecordPerPage")).'">';
print '<select id="limit" class="flat selectlimit nopadding maxwidth75 center" name="limit" title="'.dol_escape_htmltag($langs->trans("MaxNbOfRecordPerPage")).'">';
}
$tmpchoice = explode(',', $pagesizechoices);
$tmpkey = $limit.':'.$limit;
@@ -6263,7 +6263,8 @@ function print_fleche_navigation($page, $file, $options = '', $nextpage = 0, $be
print '</datalist>';
} else {
print '</select>';
print ajax_combobox("limit");
print ajax_combobox("limit", array(), 0, 0, 'resolve', -1, 'limit');
//print ajax_combobox("limit");
}
if ($conf->use_javascript_ajax) {