From b5000ec14ff2a842e056c6a6c4d3d89094810640 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Tue, 7 Jun 2022 15:57:35 +0200 Subject: [PATCH] Bug 30903: Fix UI glitch on the quotes upload view Signed-off-by: Fridolin Somers --- koha-tmpl/intranet-tmpl/prog/en/modules/tools/quotes-upload.tt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/quotes-upload.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/quotes-upload.tt index 5284e0b457..fe5e8d7c6a 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/quotes-upload.tt +++ b/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.")); } } -- 2.35.3