Bugzilla – Attachment 150072 Details for
Bug 33588
Inventory item list is missing page-section class
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 33588: Add page-section to inventory tool items list
Bug-33588-Add-page-section-to-inventory-tool-items.patch (text/plain), 1.57 KB, created by
Katrin Fischer
on 2023-04-21 20:15:03 UTC
(
hide
)
Description:
Bug 33588: Add page-section to inventory tool items list
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2023-04-21 20:15:03 UTC
Size:
1.57 KB
patch
obsolete
>From 5e5d4ccac433da6a509547fd402f2e0e97374b90 Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <katrin.fischer.83@web.de> >Date: Fri, 21 Apr 2023 20:13:04 +0000 >Subject: [PATCH] Bug 33588: Add page-section to inventory tool items list > >The table with items created by the inventory tool was >missing the page-section class and therefore had no >white background. > >To test: >* Go to cataloguing > inventory >* When you don't have a lot of data: just submit the form >* Look at the result list, confirm missing white background >* Apply patch >* Confirm the background is now correct >--- > koha-tmpl/intranet-tmpl/prog/en/modules/tools/inventory.tt | 3 +++ > 1 file changed, 3 insertions(+) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/inventory.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/inventory.tt >index 3209c016f0..bdea70caba 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/inventory.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/inventory.tt >@@ -255,6 +255,7 @@ > <div><a href="#" class="checkall"><i class="fa fa-check"></i> Select all</a> <a href="#" class="clearall"><i class="fa fa-remove"></i> Clear all</a></div> > [% END %] > >+ <div class="page-section"> > <table id="inventoryt"> > <thead> > <tr> >@@ -335,6 +336,8 @@ > [% END %] > </tbody> > </table> >+ </div> >+ > <div class="spacer"></div> > [% UNLESS uploadedbarcodesflag %] > <div style="padding : .3em 0"><a href="#" class="checkall"><i class="fa fa-check"></i> Select all</a> <a href="#" class="clearall"><i class="fa fa-remove"></i> Clear all</a></div> >-- >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 33588
:
150072
|
150123
|
150176