Bugzilla – Attachment 73437 Details for
Bug 20498
Patron advanced search form missing from patron entry page
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 20498 - Patron advanced search form missing from patron entry page
Bug-20498---Patron-advanced-search-form-missing-fr.patch (text/plain), 1.49 KB, created by
Owen Leonard
on 2018-03-29 18:01:07 UTC
(
hide
)
Description:
Bug 20498 - Patron advanced search form missing from patron entry page
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2018-03-29 18:01:07 UTC
Size:
1.49 KB
patch
obsolete
>From 16de43407dd41b6880e71fb653ea96c3ff09f1a7 Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Thu, 29 Mar 2018 17:57:01 +0000 >Subject: [PATCH] Bug 20498 - Patron advanced search form missing from patron > entry page > >My patch moving patron-related templates' javascript to the footer left >out a script from the patron entry template which is required if the >patron header search menu is going to work. > >To test, apply the patch and go to Patrons -> New patron. > >Clicking the [+] link in the "Search patrons" header search form should >expand the advanced search options. > >Test that the page's toolbar still "floats" correctly when you scroll >the page. >--- > koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt >index d6a3afa..a70a645 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt >@@ -1157,6 +1157,7 @@ > [% MACRO jsinclude BLOCK %] > <script type="text/javascript" src="[% interface %]/lib/jquery/plugins/jquery.fixFloat_[% KOHA_VERSION %].js"></script> > [% INCLUDE 'calendar.inc' %] >+ <script type="text/javascript" src="[% interface %]/[% theme %]/js/members-menu_[% KOHA_VERSION %].js"></script> > <script type="text/javascript"> > $(document).ready(function() { > >-- >2.1.4
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 20498
:
73437
|
73438