From d27777b7daf1c737639f2dc47bb4fdc0b06355a4 Mon Sep 17 00:00:00 2001 From: Pedro Amorim Date: Thu, 22 Feb 2024 12:10:31 +0000 Subject: [PATCH] Bug 36150: Update circulation-home.tt layout Test plan: Compare both pages: /cgi-bin/koha/cataloguing/cataloging-home.pl /cgi-bin/koha/circ/circulation-home.pl Apply patch Compare both pages again Signed-off-by: David Nind Signed-off-by: Martin Renvoize --- .../prog/en/modules/circ/circulation-home.tt | 292 +++++++++--------- 1 file changed, 148 insertions(+), 144 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 414d6224c7d..e636ddb0dbc 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 @@ -23,161 +23,165 @@ [% END #/ WRAPPER sub-header.inc %]
- -

Circulation

+
+
[% INCLUDE 'messages.inc' %] -
+

Circulation

-
-

Circulation

- - -
+
-
-

Holds

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

Recalls

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

Patron request

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

Patron request

- - [% END %] - -

Transfers

- - - - [% IF ( CAN_user_circulate_overdues_report ) %] -

Overdues

- - - [% END %] -
-
-
-
- [% Koha.Preference('IntranetCirculationHomeHTML') | $raw %] -
-
-
-
-

Offline circulation

-
-

Upload offline circulation file (.koc)

-

Pending offline circulation actions

+

Transfers

+ + + + [% IF ( CAN_user_circulate_overdues_report ) %] +

Overdues

+ + + [% END %] +
+
+
+
+ [% Koha.Preference('IntranetCirculationHomeHTML') | $raw %]
- +
-- 2.43.2