Bugzilla – Attachment 142507 Details for
Bug 31936
Link to advanced search form in acquisitions is missing
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 31936: Restore link to advanced search in acquisitions header
Bug-31936-Restore-link-to-advanced-search-in-acqui.patch (text/plain), 2.31 KB, created by
David Nind
on 2022-10-24 13:52:01 UTC
(
hide
)
Description:
Bug 31936: Restore link to advanced search in acquisitions header
Filename:
MIME Type:
Creator:
David Nind
Created:
2022-10-24 13:52:01 UTC
Size:
2.31 KB
patch
obsolete
>From 36f0235f7b500e45b51689346d51222a60e56741 Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Mon, 24 Oct 2022 13:33:45 +0000 >Subject: [PATCH] Bug 31936: Restore link to advanced search in acquisitions > header > >This patch adds back the link to the advanced order search page which >was previously in the acquisitions header search. Some CSS is tweaked to >make the form style comfortable. > >To test, apply the patch and rebuild the staff interface CSS. > >- Go to Acquisitions. >- In the header search form, click "Orders search" >- Click the icon in the search form to expand the additional options. >- You should see an "Advanced search" link which is the same style as > other standard links. >- The link should take you to the order search form. > >Signed-off-by: David Nind <david@davidnind.com> >--- > koha-tmpl/intranet-tmpl/prog/css/src/_header.scss | 8 ++++++++ > .../prog/en/includes/acquisitions-search.inc | 3 +++ > 2 files changed, 11 insertions(+) > >diff --git a/koha-tmpl/intranet-tmpl/prog/css/src/_header.scss b/koha-tmpl/intranet-tmpl/prog/css/src/_header.scss >index 4fe69590de..14fd55638c 100644 >--- a/koha-tmpl/intranet-tmpl/prog/css/src/_header.scss >+++ b/koha-tmpl/intranet-tmpl/prog/css/src/_header.scss >@@ -160,6 +160,14 @@ a.navbar-toggle { > z-index: 1; > display: none; > >+ a { >+ color: $green-text-color; >+ } >+ >+ div { >+ margin-bottom: .5em; >+ } >+ > .form-control { > display: block; > width: 100%; >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/acquisitions-search.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/acquisitions-search.inc >index 3d7f599fd3..4264cb9256 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/acquisitions-search.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/acquisitions-search.inc >@@ -37,6 +37,9 @@ > <label for="booksellerinvoicenumber" class="control-label">Invoice number</label> > <input type="text" class="form-control" placeholder="Invoice number" name="booksellerinvoicenumber" id="booksellerinvoicenumber" /> > </div> >+ <div> >+ <a href="/cgi-bin/koha/acqui/histsearch.pl">Advanced search</a> >+ </div> > </div> > </form> > </div> >-- >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 31936
:
142506
|
142507
|
142519