From 5288df9d60bdc2ff61df3255704be58a34bdd22e 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 Signed-off-by: Owen Leonard Signed-off-by: Baptiste Wojtkowski --- .../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 43541dd3..b2d9a525 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.30.2