Bugzilla – Attachment 142527 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 to holds tables
Bug-31806-Add-page-section-to-holds-tables.patch (text/plain), 2.79 KB, created by
Katrin Fischer
on 2022-10-24 15:46:17 UTC
(
hide
)
Description:
Bug 31806: Add page-section to holds tables
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2022-10-24 15:46:17 UTC
Size:
2.79 KB
patch
obsolete
>From 2fc84733299f6b2e0b5be4fa99de2a9f628c07d5 Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Date: Fri, 21 Oct 2022 09:56:08 +0100 >Subject: [PATCH] Bug 31806: Add page-section to holds tables > >This patch adds the page-section class to each holds view on >reserve/request.pl > >Test plan >1) Find an biblio to test on and add holds items of different types and > homebranches. >2) Work through each setting of the HoldsSplitQueue preference and > confirm the page-sections appear as expected > >Signed-off-by: David Nind <david@davidnind.com> > >Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt | 6 +++--- > 1 file changed, 3 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 d9801f2ae0..dc7625ee0b 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt >@@ -1068,7 +1068,7 @@ > [% holds_by_branch.push( h ) %] > [% END %] > [% END %] >- <div class="holds_by_library"> >+ <div class="holds_by_library page-section"> > <h4>[% Branches.GetName( b ) | html %]</h4> > > [% INCLUDE holds_table.inc holds=holds_by_branch %] >@@ -1100,7 +1100,7 @@ > [% END %] > [% END %] > >- <div class="holds_by_itemtype"> >+ <div class="holds_by_itemtype page-section"> > [% IF i %] > <h4>[% ItemTypes.GetDescription( i ) | html %]</h4> > [% ELSE %] >@@ -1125,7 +1125,7 @@ > [% ELSE %] > > [% FOREACH b IN branchcodes.sort %] >- <div class="holds_by_library"> >+ <div class="holds_by_library page-section"> > <h4 class="library_holds">[% Branches.GetName( b ) | html %]</h4> > [% SET holds_by_branch = [] %] > [% FOREACH h IN biblioloo.reserveloop %] >-- >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