From f1af81dec644aa838d426ca0ef616470873b8333 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." --- .../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 3a08912316..289954ae79 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.30.2