From d6166e47701a3d189d611c0373546cd428c6a1d2 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 --- .../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 07153f7dec..ad8a2a4475 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') %]
-

Current holds

+

Current holds

+

View past holds

[% IF patron.holds.count %]

@@ -103,7 +104,8 @@

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

Historical holds

+

Past holds

+

View current holds

[% IF patron.old_holds.count %]

-- 2.39.5