N°3905 - Polishing: CSV Import - manage friendlyname

This commit is contained in:
acognet
2021-06-29 10:01:19 +02:00
parent f410bff309
commit 9d006c279b
2 changed files with 12 additions and 9 deletions

View File

@@ -1586,7 +1586,7 @@ EOF
{
case 11:
// Asynchronous tab
$oPage = new ajax_page('');
$oPage = new AjaxPage('');
BulkChange::DisplayImportHistory($oPage);
$oPage->add_ready_script('$("#CSVImportHistory table.listResults").tableHover();');
$oPage->add_ready_script('$("#CSVImportHistory table.listResults").tablesorter( { widgets: ["myZebra", "truncatedList"]} );');