From 1a4f7e5e66b6b47ecaa270ae5a0f805b00d3c589 Mon Sep 17 00:00:00 2001 From: Owen Leonard 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 Signed-off-by: Jonathan Druart Signed-off-by: David Nind --- .../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') %]
-

Current holds

+

Current holds

+

View past holds

[% IF patron.holds.count %]

@@ -101,7 +104,10 @@

This patron has no current holds.
[% END %] -

Historical holds

+

Past holds

+

View current holds

[% IF patron.old_holds.count %]

-- 2.39.5