From 44217a1e1fddaf735e0b4e0126c0fabff4bf7f5b Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Mon, 25 Jun 2018 14:54:08 +0000 Subject: [PATCH] Bug 20559: Occurrences of loading-small.gif still exist This patch removes some leftover references to a file which no longer exists. In the OPAC, loading-small.gif was included in CSS which was never used. In the staff client, loading-small.gif should have been corrected to spinner-small.gif. To test, apply the patch and go to Tools -> Batch record modification. - Submit a batch of records to modify - In the table of titles which will be modified, click the 'Show MARC' button. - The modal preview window should show "Loading" and an animated spinner before the MARC record is loaded. Signed-off-by: Josef Moravec Signed-off-by: Jonathan Druart Signed-off-by: Nick Clemens Signed-off-by: Martin Renvoize (cherry picked from commit 6f047049ca973fe2cf02c7ce124fec0366c3f4fd) Signed-off-by: Fridolin Somers --- .../tools/batch_record_modification.tt | 2 +- koha-tmpl/opac-tmpl/bootstrap/less/opac.less | 24 ------------------- 2 files changed, 1 insertion(+), 25 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_record_modification.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_record_modification.tt index 4a6ad6a7fb..f45913316f 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_record_modification.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_record_modification.tt @@ -193,7 +193,7 @@ $(document).ready(function() {

MARC preview