Bugzilla – Attachment 142465 Details for
Bug 31821
Add page-section to vendor result list (acq)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 31821: Add page-section class to the vendor search results
Bug-31821-Add-page-section-class-to-the-vendor-sea.patch (text/plain), 1.27 KB, created by
Katrin Fischer
on 2022-10-23 13:26:13 UTC
(
hide
)
Description:
Bug 31821: Add page-section class to the vendor search results
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2022-10-23 13:26:13 UTC
Size:
1.27 KB
patch
obsolete
>From 9e1187a81ccf8de86e73e68c224f0fc0d0ab9e15 Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Date: Fri, 21 Oct 2022 16:33:15 +0100 >Subject: [PATCH] Bug 31821: Add page-section class to the vendor search > results > >This patch adds a page-section class to each supplier block > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/acqui/booksellers.tt | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/booksellers.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/booksellers.tt >index 0a22b33fee..1d808d8701 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/booksellers.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/booksellers.tt >@@ -73,9 +73,9 @@ > <div id="acqui_order_supplierlist"> > [% FOREACH supplier IN loop_suppliers %] > [% IF ( supplier.active ) %] >- <div class="supplier"> >+ <div class="supplier page-section"> > [% ELSE %] >- <div class="supplier inactive"> >+ <div class="supplier inactive page-section"> > [% END %] > [% IF ( supplier.active ) %] > <h2 class="suppliername"> >-- >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 31821
:
142410
| 142465