Bugzilla – Attachment 142469 Details for
Bug 31806
Add 'page-section' to holds page
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 31806: Add page-section container to existing holds
Bug-31806-Add-page-section-container-to-existing-h.patch (text/plain), 3.36 KB, created by
David Nind
on 2022-10-23 22:50:21 UTC
(
hide
)
Description:
Bug 31806: Add page-section container to existing holds
Filename:
MIME Type:
Creator:
David Nind
Created:
2022-10-23 22:50:21 UTC
Size:
3.36 KB
patch
obsolete
>From 628ceae3a1e4599da4bb63fc75483ea04b172a5d Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Date: Fri, 21 Oct 2022 10:10:17 +0100 >Subject: [PATCH] Bug 31806: Add page-section container to existing holds > >This patch adds a page-section container around the existing holds >content section > >Signed-off-by: David Nind <david@davidnind.com> >--- > .../intranet-tmpl/prog/en/modules/reserve/request.tt | 8 +++++--- > 1 file changed, 5 insertions(+), 3 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt >index dc7625ee0b..c402830d90 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt >@@ -1020,6 +1020,7 @@ > [% END %] > > <h2>Existing holds</h2> >+ <div class="page-section"> > <div id="toolbar" class="btn-toolbar"> > <input type="submit" name="submit" value="Update hold(s)" /> <button class="cancel_selected_holds" data-bulk="true"></button> > <fieldset id="cancellation-reason-fieldset" class="action"> >@@ -1068,7 +1069,7 @@ > [% holds_by_branch.push( h ) %] > [% END %] > [% END %] >- <div class="holds_by_library page-section"> >+ <div class="holds_by_library"> > <h4>[% Branches.GetName( b ) | html %]</h4> > > [% INCLUDE holds_table.inc holds=holds_by_branch %] >@@ -1100,7 +1101,7 @@ > [% END %] > [% END %] > >- <div class="holds_by_itemtype page-section"> >+ <div class="holds_by_itemtype"> > [% IF i %] > <h4>[% ItemTypes.GetDescription( i ) | html %]</h4> > [% ELSE %] >@@ -1125,7 +1126,7 @@ > [% ELSE %] > > [% FOREACH b IN branchcodes.sort %] >- <div class="holds_by_library page-section"> >+ <div class="holds_by_library"> > <h4 class="library_holds">[% Branches.GetName( b ) | html %]</h4> > [% SET holds_by_branch = [] %] > [% FOREACH h IN biblioloo.reserveloop %] >@@ -1179,6 +1180,7 @@ > </div> <!-- /hold_title --> > [% END # /IF biblioloo.reserveloop %] > [% END # FOREACH biblioloo %] >+ </div> > </form> <!-- /#existing_holds --> > [% END # IF reserveloop %] > [% END # UNLESS patron %] >-- >2.30.2
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 31806
:
142242
|
142309
|
142310
|
142468
|
142469
|
142470
|
142527
|
142528