Bugzilla – Attachment 177794 Details for
Bug 35560
Use the REST API for holds history
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 35560: (follow-up) Add in-page links to jump between tables
Bug-35560-follow-up-Add-in-page-links-to-jump-betw.patch (text/plain), 2.01 KB, created by
Lucas Gass (lukeg)
on 2025-02-11 21:03:01 UTC
(
hide
)
Description:
Bug 35560: (follow-up) Add in-page links to jump between tables
Filename:
MIME Type:
Creator:
Lucas Gass (lukeg)
Created:
2025-02-11 21:03:01 UTC
Size:
2.01 KB
patch
obsolete
>From 1a4f7e5e66b6b47ecaa270ae5a0f805b00d3c589 Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Thu, 28 Mar 2024 17:17:26 +0000 >Subject: [PATCH] Bug 35560: (follow-up) Add in-page links to jump between > tables > >Also a terminology change: I think "Past holds" reads better than >"Historical holds." > >Signed-off-by: Lucas Gass <lucas@bywatersolutions.com> > >Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Signed-off-by: David Nind <david@davidnind.com> >--- > .../prog/en/modules/members/holdshistory.tt | 10 ++++++++-- > 1 file changed, 8 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/holdshistory.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/holdshistory.tt >index caba6eda369..f4da8b21105 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/holdshistory.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/holdshistory.tt >@@ -52,7 +52,10 @@ > [% SET show_itemtype_column = Koha.Preference('AllowHoldItemTypeSelection') %] > > <div id="holdshistory" class="page-section"> >- <h2>Current holds</h2> >+ <h2 id="current_holds_heading">Current holds</h2> >+ <p >+ ><a href="#past_holds_heading"><i class="fa fa-arrow-down" aria-hidden="true"></i> View past holds</a></p >+ > > [% IF patron.holds.count %] > <div id="current_holds_filters" data-table-id="table_holdshistory"> > <p> >@@ -101,7 +104,10 @@ > <div class="dialog message">This patron has no current holds.</div> > [% END %] > >- <h2>Historical holds</h2> >+ <h2 id="past_holds_heading">Past holds</h2> >+ <p >+ ><a href="#current_holds_heading"><i class="fa fa-arrow-up" aria-hidden="true"></i> View current holds</a></p >+ > > [% IF patron.old_holds.count %] > <div id="old_holds_filters" data-table-id="table_oldholdshistory"> > <p> >-- >2.39.5
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 35560
:
160100
|
160101
|
163831
|
163832
|
164093
|
165231
|
165232
|
165233
|
177161
|
177162
|
177163
|
177200
|
177201
|
177202
|
177203
|
177792
|
177793
| 177794