Bugzilla – Attachment 172721 Details for
Bug 33736
Add bookings to collect circulation report
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 33736: Bootstrap 5 update
Bug-33736-Bootstrap-5-update.patch (text/plain), 4.07 KB, created by
Martin Renvoize (ashimema)
on 2024-10-14 14:23:24 UTC
(
hide
)
Description:
Bug 33736: Bootstrap 5 update
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2024-10-14 14:23:24 UTC
Size:
4.07 KB
patch
obsolete
>From 4d8e52c55ab1e14f2c9662d90d28e7f5a9c1a180 Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Date: Mon, 14 Oct 2024 14:58:04 +0100 >Subject: [PATCH] Bug 33736: Bootstrap 5 update > >--- > .../prog/en/modules/circ/pendingbookings.tt | 39 +++++++++---------- > 1 file changed, 18 insertions(+), 21 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/pendingbookings.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/pendingbookings.tt >index e309d5f669a..d1f72896453 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/pendingbookings.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/pendingbookings.tt >@@ -16,31 +16,28 @@ > </head> > > <body id="circ_pendingbookings" class="circ"> >- [% INCLUDE 'header.inc' %] >+[% WRAPPER 'header.inc' %] > [% INCLUDE 'circ-search.inc' %] >+[% END %] > >- <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/circ/circulation-home.pl">Circulation</a> >- </li> >- <li> >- <a href="#" aria-current="page"> >- Bookings to collect >- </a> >- </li> >- </ol> >- </nav> >+[% WRAPPER 'sub-header.inc' %] >+ [% WRAPPER breadcrumbs %] >+ [% WRAPPER breadcrumb_item %] >+ <a href="/cgi-bin/koha/circ/circulation-home.pl">Circulation</a> >+ [% END %] >+ [% WRAPPER breadcrumb_item bc_active= 1 %] >+ <span>Bookings to collect</span> >+ [% END %] >+ [% END #/ WRAPPER breadcrumbs %] >+[% END #/ WRAPPER sub-header.inc %] > > <div class="main container-fluid"> > <div class="row"> > > <!-- Results --> >- <div class="col-sm-10 col-sm-push-2"> >+ <div class="col-md-10 order-md-2 order-sm1"> > <main> >+ [% INCLUDE 'messages.inc' %] > <h1>Items required for bookings between <span id="from_date">[% from | $KohaDates %]</span> and <span id="to_date">[% to | $KohaDates %]</span></h1> > <h2>Reported on [% todaysdate | $KohaDates %]</h2> > <p>The following items have not been collected for bookings. Please retrieve them >@@ -52,7 +49,7 @@ > </div> > > <!-- Filters & Navigation --> >- <div class="col-sm-2 col-sm-pull-10"> >+ <div class="col-md-2 order-sm-2 order-md-1"> > <aside> > <div id="filters"> > <form id="bookingsf"> >@@ -60,7 +57,7 @@ > <h4>Refine results</h4> > <ol> > <li> >- <label for="library">Library:</label> >+ <label for="library">Holding library:</label> > <select name="library" id="library"> > [% SET libraries = Branches.all( only_from_group => 1 ) %] > [% IF libraries.size != 1 %] >@@ -76,11 +73,11 @@ > </select> > </li> > <li> >- <label for="from">Start date: </label> >+ <label for="from">Starts after: </label> > <input type="text" size="10" id="from" name="from" value="[% from | html %]" class="flatpickr" data-date_to="to"/> > </li> > <li> >- <label for="to">End date: </label> >+ <label for="to">Starts before: </label> > <input type="text" size="10" id="to" name="to" value="[% to | html %]" class="flatpickr"/> > </li> > </ol> >-- >2.47.0
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 33736
:
158356
|
161044
|
165014
|
165144
|
165277
|
165278
|
165279
|
165280
|
170398
|
170399
|
170400
|
172716
|
172717
|
172718
|
172719
|
172720
|
172721
|
172765
|
172807
|
172808
|
172810
|
172823
|
172836
|
172837
|
172838
|
172839
|
172840
|
172841
|
172842
|
172843
|
172844
|
172845
|
173291
|
173292
|
173293
|
173294
|
173295
|
173296
|
173297
|
173298
|
173299
|
173300
|
173301
|
173302
|
173303
|
174582