Bugzilla – Attachment 76385 Details for
Bug 20559
Occurrences of loading-small.gif still exist
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 20559: Occurrences of loading-small.gif still exist
Bug-20559-Occurrences-of-loading-smallgif-still-ex.patch (text/plain), 2.70 KB, created by
Owen Leonard
on 2018-06-25 15:03:46 UTC
(
hide
)
Description:
Bug 20559: Occurrences of loading-small.gif still exist
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2018-06-25 15:03:46 UTC
Size:
2.70 KB
patch
obsolete
>From 6839f9f3275724e4fe86152e3f0dda8a1e231713 Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >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. >--- > .../en/modules/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 a1d5d75..bb0962d 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 >@@ -124,7 +124,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 btn-default" data-dismiss="modal" aria-hidden="true">Close</button> >diff --git a/koha-tmpl/opac-tmpl/bootstrap/less/opac.less b/koha-tmpl/opac-tmpl/bootstrap/less/opac.less >index 88b350a..a078bb5 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/less/opac.less >+++ b/koha-tmpl/opac-tmpl/bootstrap/less/opac.less >@@ -657,30 +657,6 @@ ul.ui-tabs-nav li { > > /* end jQueryUI core */ > >-/* jQueryUI autocomplete */ >- >-.ui-autocomplete { >- position: absolute; >- cursor: default; >- .shadowed; >-} >-.ui-autocomplete.ui-widget-content .ui-state-hover { >- border: 1px solid #AAA; >- background: #E6F0F2 none; >- font-weight: normal; >- color: #212121; >-} >-.ui-autocomplete-loading { >- background: #FFF url("../../img/loading-small.gif") right center no-repeat; >-} >-.ui-menu li { >- list-style:none; >-} >- >-/* end jQueryUI autocomplete */ >- >- >- > th { > background-color: #ECEDE6; > } >-- >2.1.4
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 20559
:
76385
|
76386
|
76528
|
76529
|
76543
|
76544