@@ -, +, @@ --- koha-tmpl/intranet-tmpl/prog/en/modules/tools/quotes-upload.tt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/quotes-upload.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/quotes-upload.tt @@ -47,7 +47,6 @@ -
Instructions @@ -240,7 +239,7 @@ if ( arrData[ arrData.length - 1 ] ) { arrData[ arrData.length - 1 ].push( strMatchedValue ); } else { - $('#csv_error').css( 'visibility' , 'visible' ); + $("#messages .import_error").text(_("Something went wrong, check your CSV file.")); } } --