Bugzilla – Attachment 3237 Details for
Bug 5819
No toolbar in record view when quotes present in title
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Another patch
0001-No-toolbar-in-record-view-when-quotes-present-in-tit.patch (text/plain), 1.06 KB, created by
Janusz Kaczmarek
on 2011-03-01 23:00:47 UTC
(
hide
)
Description:
Another patch
Filename:
MIME Type:
Creator:
Janusz Kaczmarek
Created:
2011-03-01 23:00:47 UTC
Size:
1.06 KB
patch
obsolete
>From 766df552e90ba29ecae3cba4ee3419b4ca865140 Mon Sep 17 00:00:00 2001 >From: Janusz Kaczmarek <januszop@gmail.com> >Date: Tue, 1 Mar 2011 23:57:37 +0100 >Subject: [PATCH] No toolbar in record view when quotes present in title - fix >Content-Type: text/plain; charset="utf-8" > >--- > .../intranet-tmpl/prog/en/includes/cat-toolbar.inc | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/cat-toolbar.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/cat-toolbar.inc >index 8d4e02e..1c5b20f 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/cat-toolbar.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/cat-toolbar.inc >@@ -15,7 +15,7 @@ > function GetZ3950Terms(){ > var strQuery="&frameworkcode="; > <!-- TMPL_LOOP NAME='z3950_search_params' --> >- strQuery += "&" + "<!-- TMPL_VAR NAME="name" -->" + "=" + "<!-- TMPL_VAR NAME="encvalue" -->"; >+ strQuery += "&" + "<!-- TMPL_VAR NAME="name" ESCAPE=HTML -->" + "=" + "<!-- TMPL_VAR NAME="encvalue" ESCAPE=HTML -->"; > <!-- /TMPL_LOOP --> > return strQuery; > } >-- >1.7.2.3 >
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 5819
:
3235
|
3236
| 3237