Bugzilla – Attachment 123863 Details for
Bug 28868
Masthead.inc is missing class name
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 28868: Add back mastheadsearch class name
Bug-28868-Add-back-mastheadsearch-class-name.patch (text/plain), 1.34 KB, created by
Lucas Gass (lukeg)
on 2021-08-16 21:28:22 UTC
(
hide
)
Description:
Bug 28868: Add back mastheadsearch class name
Filename:
MIME Type:
Creator:
Lucas Gass (lukeg)
Created:
2021-08-16 21:28:22 UTC
Size:
1.34 KB
patch
obsolete
>From 21617a1a9e9b1fda311d0ba01c5922e97043094c Mon Sep 17 00:00:00 2001 >From: Lucas Gass <lucas@bywatersolutions.com> >Date: Mon, 16 Aug 2021 21:23:47 +0000 >Subject: [PATCH] Bug 28868: Add back mastheadsearch class name > >Test plan: >1. Inscept the element on the OPAC main page and see the element with an ID of 'opac-main-search'. >2. Apply patch >3. Inscept that same element and you should now also see a class of 'mastheadsearch'. >4. Nothing visually should be different with the patch applied. >--- > koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc b/koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc >index 8626695290..f81f10db77 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc >@@ -156,7 +156,7 @@ > [% UNLESS ( advsearch ) %] > <div class="row"> > <div class="col"> >- <div id="opac-main-search"> >+ <div id="opac-main-search" class="mastheadsearch"> > [% IF ( OpacCustomSearch ) %] > [% PROCESS koha_news_block news => OpacCustomSearch %] > [% ELSE %] >-- >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 28868
:
123863
|
123933
|
123936
|
123960