From 9891f397c4caa0528fd400c38f26a7801f298ca9 Mon Sep 17 00:00:00 2001 From: Aleisha Amohia <aleishaamohia@hotmail.com> Date: Mon, 12 Dec 2016 00:00:30 +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' Have amended patch to not include OPAC changes from previous patch. Sponsored-by: Catalyst IT Signed-off-by: Owen Leonard <oleonard@myacpl.org> Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com> --- koha-tmpl/intranet-tmpl/prog/css/staff-global.css | 2 +- .../prog/en/modules/acqui/addorderiso2709.tt | 4 ++-- .../intranet-tmpl/prog/en/modules/acqui/edifactmsgs.tt | 4 ++-- .../prog/en/modules/acqui/neworderbiblio.tt | 4 ++-- koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt | 4 ++-- .../intranet-tmpl/prog/en/modules/acqui/z3950_search.tt | 2 +- .../prog/en/modules/admin/biblio_framework.tt | 4 ++-- .../intranet-tmpl/prog/en/modules/catalogue/detail.tt | 4 ++-- .../prog/en/modules/cataloguing/addbooks.tt | 4 ++-- .../intranet-tmpl/prog/en/modules/cataloguing/merge.tt | 4 ++-- .../prog/en/modules/cataloguing/z3950_auth_search.tt | 2 +- .../prog/en/modules/cataloguing/z3950_search.tt | 2 +- .../prog/en/modules/circ/article-requests.tt | 6 +++--- .../intranet-tmpl/prog/en/modules/patron_lists/lists.tt | 6 +++--- .../prog/en/modules/tools/batch_record_modification.tt | 4 ++-- .../prog/en/modules/tools/manage-marc-import.tt | 4 ++-- koha-tmpl/intranet-tmpl/prog/img/loading-small.gif | Bin 1849 -> 0 bytes koha-tmpl/intranet-tmpl/prog/js/biblio_framework.js | 2 +- koha-tmpl/intranet-tmpl/prog/js/checkouts.js | 4 ++-- koha-tmpl/intranet-tmpl/prog/js/holds.js | 2 +- koha-tmpl/intranet-tmpl/prog/js/z3950_search.js | 4 ++-- 21 files changed, 36 insertions(+), 36 deletions(-) delete mode 100644 koha-tmpl/intranet-tmpl/prog/img/loading-small.gif diff --git a/koha-tmpl/intranet-tmpl/prog/css/staff-global.css b/koha-tmpl/intranet-tmpl/prog/css/staff-global.css index ff8e6b6..f423dba 100644 --- a/koha-tmpl/intranet-tmpl/prog/css/staff-global.css +++ b/koha-tmpl/intranet-tmpl/prog/css/staff-global.css @@ -1956,7 +1956,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/modules/acqui/addorderiso2709.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/addorderiso2709.tt index acf84e1..490b92a 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("<div id=\"loading\"><img src=\"[% interface %]/[% theme %]/img/loading-small.gif\" alt=\"\" /> "+_("Loading")+"</div>"); + $("#dataPreview .modal-body").html("<div id=\"loading\"><img src=\"[% interface %]/[% theme %]/img/spinner-small.gif\" alt=\"\" /> "+_("Loading")+"</div>"); }); }); @@ -307,7 +307,7 @@ <h3 id="dataPreviewLabel">MARC preview</h3> </div> <div class="modal-body"> - <div id="loading"> <img src="[% interface %]/[% theme %]/img/loading-small.gif" alt="" /> Loading </div> + <div id="loading"> <img src="[% interface %]/[% theme %]/img/spinner-small.gif" alt="" /> Loading </div> </div> <div class="modal-footer"> <button class="btn" data-dismiss="modal" aria-hidden="true">Close</button> diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/edifactmsgs.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/edifactmsgs.tt index 93a1c03..462d15f 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/edifactmsgs.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/edifactmsgs.tt @@ -29,7 +29,7 @@ $(document).ready(function() { EDIModal.modal("hide"); }); EDIModal.on("hidden", function(){ - EDIModalBody.html("<div id=\"loading\"><img src=\"[% interface %]/[% theme %]/img/loading-small.gif\" alt=\"\" /> "+_("Loading")+"</div>"); + EDIModalBody.html("<div id=\"loading\"><img src=\"[% interface %]/[% theme %]/img/spinner-small.gif\" alt=\"\" /> "+_("Loading")+"</div>"); }); $(".delete_msg").on("click",function(){ return confirm(_("Are you sure you want to delete this message?")); @@ -116,7 +116,7 @@ $(document).ready(function() { <h3 id="EDI_modal_label">EDIFACT message</h3> </div> <div class="modal-body"> - <div id="loading"> <img src="[% interface %]/[% theme %]/img/loading-small.gif" alt="" /> Loading </div> + <div id="loading"> <img src="[% interface %]/[% theme %]/img/spinner-small.gif" alt="" /> Loading </div> </div> <div class="modal-footer"> <button class="btn" data-dismiss="modal" aria-hidden="true">Close</button> diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderbiblio.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderbiblio.tt index 21b428c..269d6e6 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderbiblio.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderbiblio.tt @@ -23,7 +23,7 @@ }); $("#marcPreview").on("hidden", function(){ $("#marcPreviewLabel").html(""); - $("#marcPreview .modal-body").html("<div id=\"loading\"><img src=\"[% interface %]/[% theme %]/img/loading-small.gif\" alt=\"\" /> "+_("Loading")+"</div>"); + $("#marcPreview .modal-body").html("<div id=\"loading\"><img src=\"[% interface %]/[% theme %]/img/spinner-small.gif\" alt=\"\" /> "+_("Loading")+"</div>"); }); }); //]]> @@ -107,7 +107,7 @@ <h3 id="marcPreviewLabel">MARC preview</h3> </div> <div class="modal-body"> - <div id="loading"> <img src="[% interface %]/[% theme %]/img/loading-small.gif" alt="" /> Loading </div> + <div id="loading"> <img src="[% interface %]/[% theme %]/img/spinner-small.gif" alt="" /> Loading </div> </div> <div class="modal-footer"> <button class="btn" data-dismiss="modal" aria-hidden="true">Close</button> diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt index 401ab11..979ba82 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt @@ -114,7 +114,7 @@ }); $("#dataPreview").on("hidden", function(){ $("#dataPreviewLabel").html(""); - $("#dataPreview .modal-body").html("<div id=\"loading\"><img src=\"[% interface %]/[% theme %]/img/loading-small.gif\" alt=\"\" /> "+_("Loading")+"</div>"); + $("#dataPreview .modal-body").html("<div id=\"loading\"><img src=\"[% interface %]/[% theme %]/img/spinner-small.gif\" alt=\"\" /> "+_("Loading")+"</div>"); }); }); @@ -469,7 +469,7 @@ <h3 id="dataPreviewLabel">MARC preview</h3> </div> <div class="modal-body"> - <div id="loading"> <img src="[% interface %]/[% theme %]/img/loading-small.gif" alt="" /> Loading </div> + <div id="loading"> <img src="[% interface %]/[% theme %]/img/spinner-small.gif" alt="" /> Loading </div> </div> <div class="modal-footer"> <button class="btn" data-dismiss="modal" aria-hidden="true">Close</button> diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/z3950_search.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/z3950_search.tt index e7e8fff..8e4f7ac 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/z3950_search.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/z3950_search.tt @@ -157,7 +157,7 @@ tr.selected { background-color : #FFFFCC; } tr.selected td { background-color : <h3 id="dataPreviewLabel">MARC preview</h3> </div> <div class="modal-body"> - <div id="loading"> <img src="[% interface %]/[% theme %]/img/loading-small.gif" alt="" /> Loading </div> + <div id="loading"> <img src="[% interface %]/[% theme %]/img/spinner-small.gif" alt="" /> Loading </div> </div> <div class="modal-footer"> <button class="btn" data-dismiss="modal" aria-hidden="true">Close</button> diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/biblio_framework.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/biblio_framework.tt index 50cd4b2..1bec38d 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/biblio_framework.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/biblio_framework.tt @@ -186,7 +186,7 @@ <input type="hidden" name="frameworkcode" value="default" /> <input type="hidden" name="action" value="import" /> <p><label for="file_import_default">Upload file:</label> <input type="file" name="file_import_default" id="file_import_default" class="input_import" /></p> - <div id="importing_default" style="display:none" class="importing"><img src="[% interface %]/[% theme %]/img/loading-small.gif" alt="" /><span class="importing_msg"></span></div> + <div id="importing_default" style="display:none" class="importing"><img src="[% interface %]/[% theme %]/img/spinner-small.gif" alt="" /><span class="importing_msg"></span></div> </div> <div class="modal-footer"> <button type="submit" class="btn">Import</button> @@ -249,7 +249,7 @@ <input type="hidden" name="frameworkcode" value="[% loo.frameworkcode %]" /> <input type="hidden" name="action" value="import" /> <p><label for="file_import_[% loo.frameworkcode %]">Upload file:</label> <input type="file" name="file_import_[% loo.frameworkcode %]" id="file_import_[% loo.frameworkcode %]" class="input_import" /></p> - <div id="importing_[% loo.frameworkcode %]" style="display:none" class="importing"><img src="[% interface %]/[% theme %]/img/loading-small.gif" alt="" /><span class="importing_msg"></span></div> + <div id="importing_[% loo.frameworkcode %]" style="display:none" class="importing"><img src="[% interface %]/[% theme %]/img/spinner-small.gif" alt="" /><span class="importing_msg"></span></div> </div> <div class="modal-footer"> <button type="submit" class="btn">Import</button> diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt index c0151e9..300e62a 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt @@ -203,7 +203,7 @@ function verify_images() { $('#marcPreview').modal({show:true}); }); $("#marcPreview").on("hidden", function(){ - $("#marcPreview .modal-body").html("<div id=\"loading\"><img src=\"[% interface %]/[% theme %]/img/loading-small.gif\" alt=\"\" /> "+_("Loading")+"</div>"); + $("#marcPreview .modal-body").html("<div id=\"loading\"><img src=\"[% interface %]/[% theme %]/img/spinner-small.gif\" alt=\"\" /> "+_("Loading")+"</div>"); }); [% IF ( Koha.Preference('NovelistSelectStaffEnabled') && Koha.Preference('NovelistSelectProfile') && ( normalized_isbn || normalized_upc ) ) %] novSelect.loadContentForQuery( @@ -1129,7 +1129,7 @@ function verify_images() { <h3 id="marcPreviewLabel">MARC preview</h3> </div> <div class="modal-body"> - <div id="loading"> <img src="[% interface %]/[% theme %]/img/loading-small.gif" alt="" /> Loading </div> + <div id="loading"> <img src="[% interface %]/[% theme %]/img/spinner-small.gif" alt="" /> Loading </div> </div> <div class="modal-footer"> <button class="btn" data-dismiss="modal" aria-hidden="true">Close</button> diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbooks.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbooks.tt index a3baba2..c9f856e 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbooks.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbooks.tt @@ -38,7 +38,7 @@ }); $("#dataPreview").on("hidden", function(){ $("#dataPreviewLabel").html(""); - $("#dataPreview .modal-body").html("<div id=\"loading\"><img src=\"[% interface %]/[% theme %]/img/loading-small.gif\" alt=\"\" /> "+_("Loading")+"</div>"); + $("#dataPreview .modal-body").html("<div id=\"loading\"><img src=\"[% interface %]/[% theme %]/img/spinner-small.gif\" alt=\"\" /> "+_("Loading")+"</div>"); }); }); @@ -273,7 +273,7 @@ <h3 id="dataPreviewLabel">Preview</h3> </div> <div class="modal-body"> - <div id="loading"> <img src="[% interface %]/[% theme %]/img/loading-small.gif" alt="" /> Loading </div> + <div id="loading"> <img src="[% interface %]/[% theme %]/img/spinner-small.gif" alt="" /> Loading </div> </div> <div class="modal-footer"> <button class="btn" data-dismiss="modal" aria-hidden="true">Close</button> diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/merge.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/merge.tt index d23c34b..8527314 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/merge.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/merge.tt @@ -29,7 +29,7 @@ div#result { margin-top: 1em; } }); $("#dataPreview").on("hidden", function(){ $("#dataPreviewLabel").html(""); - $("#dataPreview .modal-body").html("<div id=\"loading\"><img src=\"[% interface %]/[% theme %]/img/loading-small.gif\" alt=\"\" /> "+_("Loading")+"</div>"); + $("#dataPreview .modal-body").html("<div id=\"loading\"><img src=\"[% interface %]/[% theme %]/img/spinner-small.gif\" alt=\"\" /> "+_("Loading")+"</div>"); }); }); [% ELSE %] @@ -245,7 +245,7 @@ $(document).ready(function(){ <h3 id="dataPreviewLabel">Preview</h3> </div> <div class="modal-body"> - <div id="loading"> <img src="[% interface %]/[% theme %]/img/loading-small.gif" alt="" /> Loading </div> + <div id="loading"> <img src="[% interface %]/[% theme %]/img/spinner-small.gif" alt="" /> Loading </div> </div> <div class="modal-footer"> <button class="btn" data-dismiss="modal" aria-hidden="true">Close</button> diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/z3950_auth_search.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/z3950_auth_search.tt index 07e69df..38225cf 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/z3950_auth_search.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/z3950_auth_search.tt @@ -137,7 +137,7 @@ tr.selected { background-color : #FFFFCC; } tr.selected td { background-color : <h3 id="marcPreviewLabel">MARC preview</h3> </div> <div class="modal-body"> - <div id="loading"> <img src="[% interface %]/[% theme %]/img/loading-small.gif" alt="" /> Loading </div> + <div id="loading"> <img src="[% interface %]/[% theme %]/img/spinner-small.gif" alt="" /> Loading </div> </div> </div> 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 c7bc15a..1c26d76 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 @@ -172,7 +172,7 @@ tr.selected { background-color : #FFFFCC; } tr.selected td { background-color : <h3 id="dataPreviewLabel">Preview</h3> </div> <div class="modal-body"> - <div id="loading"> <img src="[% interface %]/[% theme %]/img/loading-small.gif" alt="" /> Loading </div> + <div id="loading"> <img src="[% interface %]/[% theme %]/img/spinner-small.gif" alt="" /> Loading </div> </div> </div> diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/article-requests.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/article-requests.tt index dfb7894..132b7a6 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/article-requests.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/article-requests.tt @@ -36,7 +36,7 @@ return; } - a.closest('td').prepend('<img src="[% interface %]/[% theme %]/img/loading-small.gif"/>'); + a.closest('td').prepend('<img src="[% interface %]/[% theme %]/img/spinner-small.gif"/>'); a.closest('div').hide(); $.ajax({ type: "POST", @@ -58,7 +58,7 @@ var table_row = a.closest('tr').clone(); table_row.find('.ar-process-request').remove(); - a.closest('td').prepend('<img src="[% interface %]/[% theme %]/img/loading-small.gif"/>'); + a.closest('td').prepend('<img src="[% interface %]/[% theme %]/img/spinner-small.gif"/>'); a.closest('div').hide(); $.ajax({ type: "POST", @@ -78,7 +78,7 @@ } function Complete( id, a ) { - a.closest('td').prepend('<img src="[% interface %]/[% theme %]/img/loading-small.gif"/>'); + a.closest('td').prepend('<img src="[% interface %]/[% theme %]/img/spinner-small.gif"/>'); a.closest('div').hide(); $.ajax({ type: "POST", diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/patron_lists/lists.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/patron_lists/lists.tt index a3d8866..f584f61 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/patron_lists/lists.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/patron_lists/lists.tt @@ -32,13 +32,13 @@ }); patronExportModal.on("hidden", function(){ - patronExportModalBody.html("<div id=\"loading\"><img src=\"[% interface %]/[% theme %]/img/loading-small.gif\" alt=\"\" /> "+_("Loading")+"</div>"); + patronExportModalBody.html("<div id=\"loading\"><img src=\"[% interface %]/[% theme %]/img/spinner-small.gif\" alt=\"\" /> "+_("Loading")+"</div>"); }); patronExportModal.on("submit", "#exportingf", function(e){ e.preventDefault(); modal_body = patronExportModalBody; - modal_body.html("<div id=\"loading\"><img src=\"[% interface %]/[% theme %]/img/loading-small.gif\" alt=\"\" /> "+_("Loading")+"</div>"); + modal_body.html("<div id=\"loading\"><img src=\"[% interface %]/[% theme %]/img/spinner-small.gif\" alt=\"\" /> "+_("Loading")+"</div>"); target_url = $(this).attr("action"); params = $( this ).serialize(); modal_body.load( target_url + "?" + params + " #custom-doc"); @@ -133,7 +133,7 @@ <h3 id="patronExportModal_label">Print patron cards</h3> </div> <div class="modal-body"> - <div id="loading"> <img src="[% interface %]/[% theme %]/img/loading-small.gif" alt="" /> Loading </div> + <div id="loading"> <img src="[% interface %]/[% theme %]/img/spinner-small.gif" alt="" /> Loading </div> </div> </div> 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 e5dad6c..2a60b9d 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("<div id=\"loading\"><img src=\"[% interface %]/[% theme %]/img/loading-small.gif\" alt=\"\" /> "+_("Loading")+"</div>"); + $("#marcPreview .modal-body").html("<div id=\"loading\"><img src=\"[% interface %]/[% theme %]/img/spinner-small.gif\" alt=\"\" /> "+_("Loading")+"</div>"); }); }); @@ -191,7 +191,7 @@ $(document).ready(function() { <h3 id="marcPreviewLabel">MARC preview</h3> </div> <div class="modal-body"> - <div id="loading"> <img src="[% interface %]/[% theme %]/img/loading-small.gif" alt="" /> Loading </div> + <div id="loading"> <img src="[% interface %]/[% theme %]/img/spinner-small.gif" alt="" /> Loading </div> </div> <div class="modal-footer"> <button class="btn" data-dismiss="modal" aria-hidden="true">Close</button> diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/manage-marc-import.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/manage-marc-import.tt index 32796f0..b9c5bd5 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/manage-marc-import.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/manage-marc-import.tt @@ -147,7 +147,7 @@ $(document).ready(function(){ }); $("#marcPreview").on("hidden", function(){ $("#marcPreviewLabel").html(""); - $("#marcPreview .modal-body").html("<div id=\"loading\"><img src=\"[% interface %]/[% theme %]/img/loading-small.gif\" alt=\"\" /> "+_("Loading")+"</div>"); + $("#marcPreview .modal-body").html("<div id=\"loading\"><img src=\"[% interface %]/[% theme %]/img/spinner-small.gif\" alt=\"\" /> "+_("Loading")+"</div>"); }); $(".batch_form").on("submit",function(){ if( $(this).hasClass("batch_delete") ){ @@ -514,7 +514,7 @@ Page <h3 id="marcPreviewLabel">MARC preview</h3> </div> <div class="modal-body"> - <div id="loading"> <img src="[% interface %]/[% theme %]/img/loading-small.gif" alt="" /> Loading </div> + <div id="loading"> <img src="[% interface %]/[% theme %]/img/spinner-small.gif" alt="" /> Loading </div> </div> <div class="modal-footer"> <button class="btn" data-dismiss="modal" aria-hidden="true">Close</button> diff --git a/koha-tmpl/intranet-tmpl/prog/img/loading-small.gif b/koha-tmpl/intranet-tmpl/prog/img/loading-small.gif deleted file mode 100644 index d42f72c723644bbf8cf8d6e1b7ff0bea7ddd305a..0000000000000000000000000000000000000000 GIT binary patch literal 0 KcmV+b0RR6000031 literal 1849 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 diff --git a/koha-tmpl/intranet-tmpl/prog/js/biblio_framework.js b/koha-tmpl/intranet-tmpl/prog/js/biblio_framework.js index 171cb83..15dd1f7 100644 --- a/koha-tmpl/intranet-tmpl/prog/js/biblio_framework.js +++ b/koha-tmpl/intranet-tmpl/prog/js/biblio_framework.js @@ -57,7 +57,7 @@ $('#importing_' + frameworkcode).find("span").html(MSG_IMPORTING_TO_FRAMEWORK.format("<strong>" + frameworkcode + "</strong>", "<i>" + obj.val().replace(new RegExp("^.+[/\\\\]"),"") + "</i>")); if (navigator.userAgent.toLowerCase().indexOf('msie') != -1) { var timestamp = new Date().getTime(); - $('#importing_' + frameworkcode).find("img").attr('src', template_path + '/img/loading-small.gif' + '?' +timestamp); + $('#importing_' + frameworkcode).find("img").attr('src', template_path + '/img/spinner-small.gif' + '?' +timestamp); } $('#importing_' + frameworkcode).css('display', 'block'); if (navigator.userAgent.toLowerCase().indexOf('firefox') == -1) $("body").css("cursor", "progress"); diff --git a/koha-tmpl/intranet-tmpl/prog/js/checkouts.js b/koha-tmpl/intranet-tmpl/prog/js/checkouts.js index de0a0a5..f12743f 100644 --- a/koha-tmpl/intranet-tmpl/prog/js/checkouts.js +++ b/koha-tmpl/intranet-tmpl/prog/js/checkouts.js @@ -50,7 +50,7 @@ $(document).ready(function() { $(".checkin:checked:visible").each(function() { itemnumber = $(this).val(); - $(this).replaceWith("<img id='checkin_" + itemnumber + "' src='" + interface + "/" + theme + "/img/loading-small.gif' />"); + $(this).replaceWith("<img id='checkin_" + itemnumber + "' src='" + interface + "/" + theme + "/img/spinner-small.gif' />"); params = { itemnumber: itemnumber, @@ -81,7 +81,7 @@ $(document).ready(function() { var itemnumber = $(this).val(); - $(this).parent().parent().replaceWith("<img id='renew_" + itemnumber + "' src='" + interface + "/" + theme + "/img/loading-small.gif' />"); + $(this).parent().parent().replaceWith("<img id='renew_" + itemnumber + "' src='" + interface + "/" + theme + "/img/spinner-small.gif' />"); var params = { itemnumber: itemnumber, diff --git a/koha-tmpl/intranet-tmpl/prog/js/holds.js b/koha-tmpl/intranet-tmpl/prog/js/holds.js index 8d51474..3372992 100644 --- a/koha-tmpl/intranet-tmpl/prog/js/holds.js +++ b/koha-tmpl/intranet-tmpl/prog/js/holds.js @@ -200,7 +200,7 @@ $(document).ready(function() { $(this).prop("disabled",true); var cur_select = $(this); var res_id = $(this).attr('reserve_id'); - $(this).after('<div id="updating_reserveno'+res_id+'" class="waiting"><img src="/intranet-tmpl/prog/img/loading-small.gif" alt="" /><span class="waiting_msg"></span></div>'); + $(this).after('<div id="updating_reserveno'+res_id+'" class="waiting"><img src="/intranet-tmpl/prog/img/spinner-small.gif" alt="" /><span class="waiting_msg"></span></div>'); var api_url = '/api/v1/holds/'+res_id; var update_info = JSON.stringify({ branchcode: $(this).val(), priority: parseInt($(this).attr("priority"),10) }); $.ajax({ diff --git a/koha-tmpl/intranet-tmpl/prog/js/z3950_search.js b/koha-tmpl/intranet-tmpl/prog/js/z3950_search.js index 7f79c3c..95ef673 100644 --- a/koha-tmpl/intranet-tmpl/prog/js/z3950_search.js +++ b/koha-tmpl/intranet-tmpl/prog/js/z3950_search.js @@ -66,7 +66,7 @@ $( document ).ready( function() { }); $( "#marcPreview" ).on( "hidden", function() { $( "#marcPreviewLabel" ).html( "" ); - $( "#marcPreview .modal-body" ).html( "<div id='loading'><img src='" + interface + "/" + theme + "/img/loading-small.gif' alt='' /> " + MSG_LOADING + "</div>" ); + $( "#marcPreview .modal-body" ).html( "<div id='loading'><img src='" + interface + "/" + theme + "/img/spinner-small.gif' alt='' /> " + MSG_LOADING + "</div>" ); }); $( ".previewData" ).on( "click", function(e) { e.preventDefault(); @@ -78,7 +78,7 @@ $( document ).ready( function() { }); $( "#dataPreview" ).on( "hidden", function() { $( "#dataPreviewLabel" ).html( "" ); - $( "#dataPreview .modal-body" ).html( "<div id='loading'><img src='" + interface + "/" + theme + "/img/loading-small.gif' alt='' /> " + MSG_LOADING + "</div>" ); + $( "#dataPreview .modal-body" ).html( "<div id='loading'><img src='" + interface + "/" + theme + "/img/spinner-small.gif' alt='' /> " + MSG_LOADING + "</div>" ); }); $( ".import_record" ).on( "click", function(e) { e.preventDefault(); -- 2.9.3