From fee8fa08e9857ad20a67c901080874aad10bcf04 Mon Sep 17 00:00:00 2001 From: Aleisha Date: Tue, 15 Mar 2016 04:31:23 +0000 Subject: [PATCH] Bug 16072: Changing all instances of 'loading-small.gif' to 'spinner-small.gif' and removing loading-small.gif file. Confirm that I have not missed any places where there is 'loading-small.gif' Sponsored-by: Catalyst IT --- koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css | 2 +- koha-tmpl/intranet-tmpl/prog/en/js/checkouts.js | 4 ++-- koha-tmpl/intranet-tmpl/prog/en/modules/acqui/addorderiso2709.tt | 4 ++-- koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderbiblio.tt | 4 ++-- koha-tmpl/intranet-tmpl/prog/en/modules/acqui/z3950_search.tt | 5 +++-- .../intranet-tmpl/prog/en/modules/admin/biblio_framework.tt | 6 +++--- koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt | 4 ++-- koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbooks.tt | 4 ++-- koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/merge.tt | 4 ++-- .../prog/en/modules/cataloguing/z3950_auth_search.tt | 4 ++-- .../intranet-tmpl/prog/en/modules/cataloguing/z3950_search.tt | 4 ++-- .../prog/en/modules/tools/batch_record_modification.tt | 4 ++-- .../intranet-tmpl/prog/en/modules/tools/manage-marc-import.tt | 4 ++-- koha-tmpl/intranet-tmpl/prog/img/loading-small.gif | Bin 1849 -> 0 bytes koha-tmpl/opac-tmpl/bootstrap/css/opac.css | 2 +- koha-tmpl/opac-tmpl/bootstrap/less/opac.less | 2 +- 16 files changed, 29 insertions(+), 28 deletions(-) delete mode 100644 koha-tmpl/intranet-tmpl/prog/img/loading-small.gif diff --git a/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css b/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css index e6116ce..2096576 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css +++ b/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css @@ -2094,7 +2094,7 @@ div#acqui_order_supplierlist > div.supplier > div.baskets { color: #212121; } .ui-autocomplete-loading { - background: #FFF url("../../img/loading-small.gif") right center no-repeat; + background: #FFF url("../../img/spinner-small.gif") right center no-repeat; } /* jQuery UI standard tabs */ diff --git a/koha-tmpl/intranet-tmpl/prog/en/js/checkouts.js b/koha-tmpl/intranet-tmpl/prog/en/js/checkouts.js index 5137b7d..a2a2fde 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/js/checkouts.js +++ b/koha-tmpl/intranet-tmpl/prog/en/js/checkouts.js @@ -50,7 +50,7 @@ $(document).ready(function() { $(".checkin:checked:visible").each(function() { itemnumber = $(this).val(); - $(this).replaceWith(""); + $(this).replaceWith(""); params = { itemnumber: itemnumber, @@ -81,7 +81,7 @@ $(document).ready(function() { var itemnumber = $(this).val(); - $(this).parent().parent().replaceWith(""); + $(this).parent().parent().replaceWith(""); var params = { itemnumber: itemnumber, diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/addorderiso2709.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/addorderiso2709.tt index 36bf23d..9464c2e 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/addorderiso2709.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/addorderiso2709.tt @@ -149,7 +149,7 @@ }); $("#dataPreview").on("hidden", function(){ $("#dataPreviewLabel").html(""); - $("#dataPreview .modal-body").html("
\"\" "+_("Loading")+"
"); + $("#dataPreview .modal-body").html("
\"\" "+_("Loading")+"
"); }); }); @@ -279,7 +279,7 @@

MARC preview

diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/z3950_search.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/z3950_search.tt index d66c007..e4a3c29 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/z3950_search.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/z3950_search.tt @@ -72,7 +72,7 @@ $(document).ready(function(){ }); $("#dataPreview").on("hidden", function(){ $("#dataPreviewLabel").html(""); - $("#dataPreview .modal-body").html("
\"\" "+_("Loading")+"
"); + $("#dataPreview .modal-body").html("
\"\" "+_("Loading")+"
"); }); }); @@ -227,7 +227,7 @@ tr.selected { background-color : #FFFFCC; } tr.selected td { background-color :

Preview

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 ea00c36..8dcc3b0 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 @@ -69,7 +69,7 @@ $(document).ready(function() { }); $("#marcPreview").on("hidden", function(){ $("#marcPreviewLabel").html(""); - $("#marcPreview .modal-body").html("
\"\" "+_("Loading")+"
"); + $("#marcPreview .modal-body").html("
\"\" "+_("Loading")+"
"); }); }); @@ -184,7 +184,7 @@ $(document).ready(function() {

MARC preview