Bugzilla – Attachment 150805 Details for
Bug 33643
Add page-section to 'scan index' page
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 33643: Add page-section to 'scan index' page in staff interface
Bug-33643-Add-page-section-to-scan-index-page-in-s.patch (text/plain), 1.83 KB, created by
Nicolas Giraud
on 2023-05-08 18:10:01 UTC
(
hide
)
Description:
Bug 33643: Add page-section to 'scan index' page in staff interface
Filename:
MIME Type:
Creator:
Nicolas Giraud
Created:
2023-05-08 18:10:01 UTC
Size:
1.83 KB
patch
obsolete
>From 27c18d42af19eaca463df15f864724d42c439635 Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <katrin.fischer.83@web.de> >Date: Mon, 1 May 2023 13:26:55 +0000 >Subject: [PATCH] Bug 33643: Add page-section to 'scan index' page in staff > interface > >This adds the white background. As we do on other pages I have >chosen to include the h2 heading within the page-section. > >To test: >* Go to advanced search in staff interface >* Activate 'More options' >* Check checkbox for scan indexes >* Switch to author (especially when using Elasticsearch) >* Search for C >* On the result list verify there is no white background/page section >* Apply patch >* Repeat test - background should be present now > >Signed-off-by: Lucas Gass <lucas@bywatersolutions.com> >Signed-off-by: Nicolas Giraud <nicolas.giraud@inlibro.com> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt | 2 ++ > 1 file changed, 2 insertions(+) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt >index 10743641b4..adf0168650 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt >@@ -369,6 +369,7 @@ > <!-- Search Results Table --> > [% IF ( total ) %] > [% IF ( scan ) %] >+ <div class="page-section"> > <h2>Scan index</h2> > <form action="/cgi-bin/koha/catalogue/search.pl" method="get"> > <label for="scan-index">Scan index:</label> >@@ -425,6 +426,7 @@ > [% END %] > </table> > </form> >+ </div> > [% ELSE # /IF scan %] > > <div id="searchresults"> >-- >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 33643
:
150452
|
150461
| 150805