From 93e63eb5d33c938353d54d76f72d0ba8a279a4a4 Mon Sep 17 00:00:00 2001 From: Baptiste Date: Wed, 23 Jul 2025 16:44:09 +0200 Subject: [PATCH] Bug 37661: Have 37736 depend on Enable booking Signed-off-by: Andrew Fuerste Henry --- .../prog/en/modules/circ/circulation-home.tt | 212 ++++++++++++++++++ 1 file changed, 212 insertions(+) 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 ee5dbc7c765..02f1c2ad434 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 @@ -24,6 +24,7 @@ [% END #/ WRAPPER breadcrumbs %] [% END #/ WRAPPER sub-header.inc %] +<<<<<<< HEAD [% WRAPPER 'main-container.inc' %]

Circulation

@@ -47,6 +48,217 @@ Set library and desk [% ELSE %] Set library +||||||| parent of c207825b0c (Bug 37661: Have 37736 depend on Enable booking) +
+
+
+ [% INCLUDE 'messages.inc' %] + +

Circulation

+ +
+ +
+

Circulation

+ +
    +
  • + Check out +
  • +
  • + Check in +
  • +
  • + Renew +
  • + [% IF ( CAN_user_superlibrarian || CAN_user_loggedinlibrary ) %] +
  • + [% IF Koha.Preference('UseCirculationDesks') %] + Set library and desk + [% ELSE %] + Set library + [% END %] +
  • + [% ELSIF Koha.Preference('UseCirculationDesks') %] +
  • + Set desk +
  • + [% END %] + [% IF ( fast_cataloging ) %] + [% IF ( CAN_user_editcatalogue_fast_cataloging ) %] +
  • + Fast cataloging +
  • + [% END %] + [% END %] + [% IF ( Koha.Preference('AllowCheckoutNotes') && CAN_user_circulate_manage_checkout_notes ) %] +
  • + Checkout notes +
  • + [% END %] + [% IF Koha.Preference('OnSiteCheckouts') %] +
  • + Pending on-site checkouts +
  • + [% END %] +
+
+ +
+

Holds [% IF Koha.Preference('EnableBooking') %] and bookings [% END %]

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

Recalls

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

Patron request

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

Circulation

+ +
+ +
+

Circulation

+ +
    +
  • + Check out +
  • +
  • + Check in +
  • +
  • + Renew +
  • + [% IF ( CAN_user_superlibrarian || CAN_user_loggedinlibrary ) %] +
  • + [% IF Koha.Preference('UseCirculationDesks') %] + Set library and desk + [% ELSE %] + Set library + [% END %] +
  • + [% ELSIF Koha.Preference('UseCirculationDesks') %] +
  • + Set desk +
  • + [% END %] + [% IF ( fast_cataloging ) %] + [% IF ( CAN_user_editcatalogue_fast_cataloging ) %] +
  • + Fast cataloging +
  • + [% END %] + [% END %] + [% IF ( Koha.Preference('AllowCheckoutNotes') && CAN_user_circulate_manage_checkout_notes ) %] +
  • + Checkout notes +
  • + [% END %] + [% IF Koha.Preference('OnSiteCheckouts') %] +
  • + Pending on-site checkouts +
  • + [% END %] +
+
+ +
+

Holds [% IF Koha.Preference('EnableBooking') %] and bookings [% END %]

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

Recalls

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

Patron request

+ +>>>>>>> c207825b0c (Bug 37661: Have 37736 depend on Enable booking) [% END %] [% ELSIF Koha.Preference('UseCirculationDesks') %] -- 2.39.5