Bugzilla – Attachment 177163 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), 1.84 KB, created by
Jonathan Druart
on 2025-01-27 09:01:39 UTC
(
hide
)
Description:
Bug 35560: (follow-up) Add in-page links to jump between tables
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2025-01-27 09:01:39 UTC
Size:
1.84 KB
patch
obsolete
>From e3a3dea6ef9619d1e7581e8c71a764c6324df64b 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> >--- > .../intranet-tmpl/prog/en/modules/members/holdshistory.tt | 6 ++++-- > 1 file changed, 4 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 07153f7dec4..ad8a2a4475b 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/holdshistory.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/holdshistory.tt >@@ -54,7 +54,8 @@ > [% 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> >@@ -103,7 +104,8 @@ > <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.34.1
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