From bcf93903e2cd63bff11117f1706f314fde023b22 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Tue, 4 Mar 2025 12:38:42 +0000 Subject: [PATCH] Bug 35560: (follow-up) Changes to classes and ids; BS5 follow-ups This follow-up changes the "selected" class to "select_hold_status" to avoid possible future collisions with other CSS. IDs are added to the checkbox containers because I can already tell that some libraries will want to hide the "Processing" checkbox which is only relevant to some setups. The patch also makes a couple corrections to "alerts" to update them with BS5 classes. Signed-off-by: Baptiste Wojtkowski --- .../prog/en/modules/members/holdshistory.tt | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 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 b2d9a525..8f39e5e7 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/holdshistory.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/holdshistory.tt @@ -59,23 +59,23 @@ [% IF patron.holds.count %]

- + - + - + - + - + @@ -101,7 +101,7 @@ [% ELSE %] -

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

Past holds

@@ -111,15 +111,15 @@ [% IF patron.old_holds.count %]

- + - + - + @@ -145,7 +145,7 @@ [% ELSE %] -

This patron has no historical holds.
+
This patron has no historical holds.
[% END %]
[% END %] -- 2.30.2