Bugzilla – Attachment 142091 Details for
Bug 31847
Add page section to item search results
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 31847: Add page-section class to item search results
Bug-31847-Add-page-section-class-to-item-search-re.patch (text/plain), 1.37 KB, created by
David Nind
on 2022-10-18 19:54:27 UTC
(
hide
)
Description:
Bug 31847: Add page-section class to item search results
Filename:
MIME Type:
Creator:
David Nind
Created:
2022-10-18 19:54:27 UTC
Size:
1.37 KB
patch
obsolete
>From c48e2a06a90410958632a3da1d4ed4026c1238f7 Mon Sep 17 00:00:00 2001 >From: Lucas Gass <lucas@bywatersolutions.com> >Date: Tue, 18 Oct 2022 14:14:30 +0000 >Subject: [PATCH] Bug 31847: Add page-section class to item search results > >To test: >1. Apply patch >2. Look at item search results ( itemsearch.tt ) >3. Make sure everthing looks right. > >Signed-off-by: David Nind <david@davidnind.com> >--- > .../intranet-tmpl/prog/en/modules/catalogue/itemsearch.tt | 5 +++-- > 1 file changed, 3 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/itemsearch.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/itemsearch.tt >index 56a9ba5932..2028663e67 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/itemsearch.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/itemsearch.tt >@@ -344,11 +344,12 @@ > + ' <th id=""></th>' > + ' </tr>' > var table = '' >+ + '<div class="page-section">' > + '<table id="results">' > + ' <thead>' + tr + tr + '</thead>' > + ' <tbody></tbody>' >- + '</table>'; >- >+ + '</table>' >+ + '</div>'; > var advSearchLink = $('<a>') > .attr('href', '/cgi-bin/koha/catalogue/search.pl') > .html(_("Go to advanced search")); >-- >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 31847
:
142077
|
142091
|
142400