Bugzilla – Attachment 109120 Details for
Bug 25639
Add search queries to HTML so queries can be retrieved via JS
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 25639: (alternate) make query strings global variables
Bug-25639-alternate-make-query-strings-global-vari.patch (text/plain), 2.02 KB, created by
Nick Clemens (kidclamp)
on 2020-08-25 17:02:06 UTC
(
hide
)
Description:
Bug 25639: (alternate) make query strings global variables
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2020-08-25 17:02:06 UTC
Size:
2.02 KB
patch
obsolete
>From d9f17d91d52be4a765adef1653e5a358944ef4ea Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Wed, 29 Jul 2020 10:56:37 +0000 >Subject: [PATCH] Bug 25639: (alternate) make query strings global variables > >Signed-off-by: Sally <sally.healey@cheshiresharedservices.gov.uk> >--- > koha-tmpl/opac-tmpl/bootstrap/en/includes/opac-bottom.inc | 6 ++++++ > koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-results.tt | 2 -- > 2 files changed, 6 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/includes/opac-bottom.inc b/koha-tmpl/opac-tmpl/bootstrap/en/includes/opac-bottom.inc >index d9bc539446..3875412a3a 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/includes/opac-bottom.inc >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/includes/opac-bottom.inc >@@ -180,6 +180,12 @@ $.widget.bridge('uitooltip', $.ui.tooltip); > var NO_OL_JACKET = _("No cover image available"); > var OL_PREVIEW = _("Preview"); > [% END %] >+ [% IF (query_desc) %] >+ var query_desc = "[% query_desc | html %]"; >+ var querystring = "[% querystring | html %]"; >+ var query_cgi = "[% query_cgi | html %]"; >+ [% END %] >+ > [% IF ( OPACAmazonCoverImages || SyndeticsCoverImages ) %] > $(window).load(function() { > verify_images(); >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-results.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-results.tt >index 6403e67e7f..2e38caf613 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-results.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-results.tt >@@ -884,8 +884,6 @@ $(document).ready(function(){ > [% END %] > > [% IF ( query_desc ) %] >- var query_desc = "[% query_desc |replace("'", "\'") |replace('\n', '\\n') |replace('\r', '\\r') | html %]"; >- var querystring = "[% querystring |replace("'", "\'") |replace('\n', '\\n') |replace('\r', '\\r') | html %]"; > [% IF ( OpacHighlightedWords ) %] > q_array = query_desc.split(" "); > // ensure that we don't have "" at the end of the array, which can >-- >2.11.0
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 25639
:
105458
|
105487
|
106112
|
107440
|
107486
|
107711
|
107712
|
107713
|
107714
|
107715
|
107745
|
109120
|
109221
|
109258