Bugzilla – Attachment 144118 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
Bug32298---Page-section-added-to-cataloguing-searc.patch (text/plain), 2.10 KB, created by
Hammat wele
on 2022-11-21 20:15:54 UTC
(
hide
)
Description:
Bug_32298 - Page section added to cataloguing search
Filename:
MIME Type:
Creator:
Hammat wele
Created:
2022-11-21 20:15:54 UTC
Size:
2.10 KB
patch
obsolete
>From 9f5e999e3264825bf097c591c97b2eb064d2b907 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 > >Div added to "Records found in this catalog", page section class added to "Records found in the reservoir". Level two heading changed and horizontal line removed 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 > >Signed-off-by: Hammat Wele <hammat.wele@inlibro.com> >--- > .../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.34.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