From f6c97fdba93703b8e2ccdffae3e68ded5251a0fe Mon Sep 17 00:00:00 2001 From: Lucas Gass Date: Tue, 4 Feb 2025 20:58:18 +0000 Subject: [PATCH] Bug 36135: Fix breadcrumbs/Bootstrap issues --- .../en/modules/tools/batch_modify_holds.tt | 39 +++++++++---------- 1 file changed, 18 insertions(+), 21 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_modify_holds.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_modify_holds.tt index e90921785b9..38dad69bcc5 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_modify_holds.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_modify_holds.tt @@ -19,25 +19,26 @@ [% INCLUDE modals/batch_modify_hold_errors.inc %] [% END %] - [% WRAPPER 'sub-header.inc' %] - - [% END %] +[% WRAPPER 'sub-header.inc' %] + [% WRAPPER breadcrumbs %] + [% WRAPPER breadcrumb_item %] + Tools + [% END %] + [% IF ( view == 'form' || view == 'report' ) %] + [% WRAPPER breadcrumb_item %] + Batch modify holds + [% END %] + [% ELSE %] + [% WRAPPER breadcrumb_item bc_active= 1 %] + Batch modify holds + [% END %] + [% END %] + [% END #/ WRAPPER breadcrumbs %] +[% END #/ WRAPPER sub-header.inc %]
-
+

Batch modify holds

@@ -126,11 +127,7 @@ [% FOREACH hold IN holds %] - [% IF hold.found %] - - [% ELSE %] - - [% END %] + [% hold.expirationdate | $KohaDates %] [% hold.patron_expiration_date | $KohaDates %] -- 2.39.5