Bugzilla – Attachment 144150 Details for
Bug 32298
Add page-section to cataloguing search results (cat)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 32298: Page section added to cataloguing search
Bug-32298-Page-section-added-to-cataloguing-search.patch (text/plain), 2.24 KB, created by
Martin Renvoize (ashimema)
on 2022-11-22 11:54:55 UTC
(
hide
)
Description:
Bug 32298: Page section added to cataloguing search
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2022-11-22 11:54:55 UTC
Size:
2.24 KB
patch
obsolete
>From 0475c59681fed26709d170310f44edc7b5978528 Mon Sep 17 00:00:00 2001 >From: mattblenkinsop <matt.blenkinsop@ptfs-europe.com> >Date: Mon, 21 Nov 2022 15:20:02 +0000 >Subject: [PATCH] Bug 32298: Page section added to cataloguing search > >Added div to "Records found in this catalog". >Added page-section class to "Records found in the reservoir". >Corrected level two heading and removed horizontal line as it is now superfluous. > >Test plan: >1) Apply patch from bug 32298 >2) Navigate to Cataloging >3) Enter a search into the search field and run the search >4) Verify that the white page section identifier is now visible around both sections > >Mentored-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Sponsored-by: PTFS Europe >Signed-off-by: Hammat Wele <hammat.wele@inlibro.com> >Signed-off-by: Katrin <katrin.fischer.83@web.de> >--- > .../prog/en/modules/cataloguing/addbooks.tt | 9 +++++---- > 1 file changed, 5 insertions(+), 4 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbooks.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbooks.tt >index 16f06c2ac0..df35be76ae 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbooks.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbooks.tt >@@ -93,9 +93,9 @@ > > [%# display the search results %] > >- >+ <div class="page-section"> > [% IF ( total ) %] >- <h1>Records found in the catalog</h1> >+ <h2>Records found in the catalog</h2> > <div> > [% total | html %] result(s) found in catalog, > <a href="#searchresult-breeding">[% breeding_count | html %] result(s) found in reservoir</a> >@@ -202,10 +202,11 @@ > [% END %] > [% END %] > [% END # /IF total %] >+ </div> > > [% IF ( query ) %] >- <hr /> >- <div id="searchresult-breeding"> >+ >+ <div id="searchresult-breeding" class="page-section"> > <h2>Records found in the reservoir</h2> > [% IF ( breeding_loop ) %] > <table id="reservoir-table"> >-- >2.20.1
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 32298
:
144111
|
144118
|
144119
|
144150
|
144151