From d7e8e188dff632d3b66e64b635c6f7fdd3fdf449 Mon Sep 17 00:00:00 2001 From: Andrew Fuerste Henry Date: Thu, 10 Apr 2025 14:09:55 +0000 Subject: [PATCH] Bug 38994: Add classes to circulation module homepage To test: 1: inspect /koha/circ/circulation-home.pl, see most elements lack distinct classes 2: apply patch, reload page 3: inspect page again, confirm nothing has changed in display 4: confirm page elements have distinct classes now and can be accurately targetted with CSS --- .../prog/en/modules/circ/circulation-home.tt | 178 ++++++++++-------- 1 file changed, 96 insertions(+), 82 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation-home.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation-home.tt index 487cc5efbf..ee5dbc7c76 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation-home.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation-home.tt @@ -28,140 +28,154 @@

Circulation

-
+

Circulation

-

Holds and bookings

+
+

Holds and bookings

- +
[% IF Koha.Preference('UseRecalls') and CAN_user_recalls %] -

Recalls

+ [% END %]
[% IF Koha.Preference('ArticleRequests') %] -

Patron request

- +
+

Patron request

+ +
[% END %] -

Transfers

+
+

Transfers

- +
[% IF ( CAN_user_circulate_overdues_report ) %] -

Overdues

+
+

Overdues

- + +
[% END %]
@@ -172,15 +186,15 @@ -- 2.39.5