Bugzilla – Attachment 97060 Details for
Bug 24371
OPAC 'Showing only available items/Show all items' is double encoded
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 24371: Change URI filter to $raw
Bug-24371-Change-URI-filter-to-raw.patch (text/plain), 1.59 KB, created by
ByWater Sandboxes
on 2020-01-08 23:13:44 UTC
(
hide
)
Description:
Bug 24371: Change URI filter to $raw
Filename:
MIME Type:
Creator:
ByWater Sandboxes
Created:
2020-01-08 23:13:44 UTC
Size:
1.59 KB
patch
obsolete
>From 639d12596d0f54ef8b933d5476d924b39a632645 Mon Sep 17 00:00:00 2001 >From: Lucas Gass <lucas@bywatersolutions.com> >Date: Tue, 7 Jan 2020 18:54:49 +0000 >Subject: [PATCH] Bug 24371: Change URI filter to $raw > >Signed-off-by: Rhonda Kuiper <rkuiper@roundrocktexas.gov> >--- > koha-tmpl/opac-tmpl/bootstrap/en/includes/opac-facets.inc | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/includes/opac-facets.inc b/koha-tmpl/opac-tmpl/bootstrap/en/includes/opac-facets.inc >index 847ae0c211..d92bf4a105 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/includes/opac-facets.inc >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/includes/opac-facets.inc >@@ -9,7 +9,7 @@ > <ul> > <li> > [% IF ( available ) %] >- <strong>Showing only available items</strong></li><li><a href="/cgi-bin/koha/opac-search.pl?[% query_cgi | $raw %][% limit_cgi_not_availablity | uri %][% IF ( sort_by ) %]&sort_by=[% sort_by |uri %][% END %]">Show all items</a> >+ <strong>Showing only available items</strong></li><li><a href="/cgi-bin/koha/opac-search.pl?[% query_cgi | $raw %][% limit_cgi_not_availablity | $raw %][% IF ( sort_by ) %]&sort_by=[% sort_by |uri %][% END %]">Show all items</a> > [% ELSE %] > <a href="/cgi-bin/koha/opac-search.pl?[% query_cgi | $raw %][% limit_cgi | $raw %][% IF ( sort_by ) %]&sort_by=[% sort_by |uri %][% END %]&limit=available">Limit to currently available items.</a> > [% END %] >-- >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 24371
:
96953
|
97060
|
97164
|
97165