Bugzilla – Attachment 177519 Details for
Bug 36135
Add tool to batch modify holds
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 36135: Fix breadcrumbs/Bootstrap issues
Bug-36135-Fix-breadcrumbsBootstrap-issues.patch (text/plain), 2.96 KB, created by
Lucas Gass (lukeg)
on 2025-02-04 20:58:58 UTC
(
hide
)
Description:
Bug 36135: Fix breadcrumbs/Bootstrap issues
Filename:
MIME Type:
Creator:
Lucas Gass (lukeg)
Created:
2025-02-04 20:58:58 UTC
Size:
2.96 KB
patch
obsolete
>From 1975f57c7ead06127ded5e381d8607f5c372d379 Mon Sep 17 00:00:00 2001 >From: Lucas Gass <lucas@bywatersolutions.com> >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 347c648e361..c1b7d937f9b 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' %] >- <nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb"> >- <ol> >- <li> >- <a href="/cgi-bin/koha/mainpage.pl">Home</a> >- </li> >- <li> >- <a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a> >- </li> >- <li> >- <a href="#" aria-current="page">Batch modify holds</a> >- </li> >- </ol> >- </nav> >- [% END %] >+[% WRAPPER 'sub-header.inc' %] >+ [% WRAPPER breadcrumbs %] >+ [% WRAPPER breadcrumb_item %] >+ <a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a> >+ [% END %] >+ [% IF ( view == 'form' || view == 'report' ) %] >+ [% WRAPPER breadcrumb_item %] >+ <a href="/cgi-bin/koha/tools/batch_modify_holds.pl">Batch modify holds</a> >+ [% END %] >+ [% ELSE %] >+ [% WRAPPER breadcrumb_item bc_active= 1 %] >+ <span>Batch modify holds</span> >+ [% END %] >+ [% END %] >+ [% END #/ WRAPPER breadcrumbs %] >+[% END #/ WRAPPER sub-header.inc %] > > <div class="main container-fluid"> > <div class="row"> >- <div class="col-sm-10 col-sm-push-2"> >+ <div class="col-sm-10 order-md-2 order-sm-1"> > <main> > > <h1>Batch modify holds</h1> >@@ -126,11 +127,7 @@ > </thead> > <tbody> > [% FOREACH hold IN holds %] >- [% IF hold.found %] >- <tr class="highlighted-row"> >- [% ELSE %] >- <tr> >- [% END %] >+ <tr> > <td><input type="checkbox" name="hold_id" value="[% hold.reserve_id | html %]"/></td> > <td>[% hold.expirationdate | $KohaDates %]</td> > <td>[% hold.patron_expiration_date | $KohaDates %]</td> >-- >2.39.5
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 36135
:
163021
|
163022
|
163023
|
163024
|
163529
|
163530
|
163540
|
163541
|
163542
|
163543
|
163544
|
163796
|
164037
|
164051
|
164057
|
164058
|
164059
|
164060
|
164061
|
164062
|
164063
|
177518
|
177519
|
177959
|
177960
|
177961
|
177962
|
177963
|
177964
|
177965
|
177966
|
177967
|
177968
|
177969
|
177975
|
177976
|
177981
|
177982
|
178154
|
178155
|
178156
|
178157
|
178158
|
178159
|
178160
|
178161
|
178162
|
178163
|
178164
|
178165
|
178166
|
178167
|
178954
|
179028
|
179029
|
179030
|
179031
|
179032
|
179033
|
179034
|
179035
|
179036
|
179037
|
179038
|
179039
|
179040
|
179041
|
179042
|
179081
|
179082
|
181049