Bugzilla – Attachment 152171 Details for
Bug 33945
Add ability to delay the loading of the current checkouts table on the checkouts page
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 33945: (QA follow-up) Add delay spinner and message
Bug-33945-QA-follow-up-Add-delay-spinner-and-messa.patch (text/plain), 1.47 KB, created by
Kyle M Hall (khall)
on 2023-06-08 11:55:48 UTC
(
hide
)
Description:
Bug 33945: (QA follow-up) Add delay spinner and message
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2023-06-08 11:55:48 UTC
Size:
1.47 KB
patch
obsolete
>From bb3ae911e706c185f80601e76ab0fa5702dda3e0 Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Thu, 8 Jun 2023 07:55:22 -0400 >Subject: [PATCH] Bug 33945: (QA follow-up) Add delay spinner and message > >--- > .../intranet-tmpl/prog/en/includes/checkouts-table.inc | 7 +++++++ > 1 file changed, 7 insertions(+) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/checkouts-table.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/checkouts-table.inc >index 8df4d2af7c..9798447f20 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/checkouts-table.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/checkouts-table.inc >@@ -6,6 +6,13 @@ > <div id="issues-table-loading-message"> > <p> > <a id="issues-table-load-now-button" href="#" class="btn btn-default"><i class="fa fa-book"></i> Show checkouts</a> >+ [% SET LoadCheckoutsTableDelay = Koha.Preference('LoadCheckoutsTableDelay') %] >+ [% IF LoadCheckoutsTableDelay %] >+ <span id="issues-table-load-delay"> >+ <i id="issues-table-load-delay-spinner" class="fa fa-spinner fa-pulse fa-fw"></i> >+ <span id="issues-table-load-delay-message">Checkouts table will show automatically in [% LoadCheckoutsTableDelay | html %] seconds...</span> >+ <span> >+ [% END %] > </p> > </div> > <form name="issues" action="/cgi-bin/koha/tools/export.pl" method="post"> >-- >2.30.2
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 33945
:
152130
|
152134
|
152170
|
152171
|
152173
|
152174
|
152180
|
152181
|
152184
|
152185
|
152186
|
152187