Bugzilla – Attachment 40355 Details for
Bug 14416
Stored XSS flaw affects OPAC and Staff interface
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 14416: (follow-up) opac addbybilionumber
Bug-14416-follow-up-opac-addbybilionumber.patch (text/plain), 1.66 KB, created by
Jonathan Druart
on 2015-06-19 09:23:06 UTC
(
hide
)
Description:
Bug 14416: (follow-up) opac addbybilionumber
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2015-06-19 09:23:06 UTC
Size:
1.66 KB
patch
obsolete
>From 2007e14a9300e50a9fb5cfe8914ce640b6baa489 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@koha-community.org> >Date: Fri, 19 Jun 2015 11:21:47 +0200 >Subject: [PATCH] Bug 14416: (follow-up) opac addbybilionumber > >Signed-off-by: Jonathan Druart <jonathan.druart@koha-community.org> >--- > koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-addbybiblionumber.tt | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-addbybiblionumber.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-addbybiblionumber.tt >index 81edb61..bc23bdd 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-addbybiblionumber.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-addbybiblionumber.tt >@@ -12,9 +12,9 @@ > [% IF ( authorized ) %] > [% UNLESS ( newshelf ) %] > [% IF ( multiple ) %] >- <h1>Add [% total %] items to [% IF ( singleshelf ) %]<em>[% shelfname %]</em>: [% ELSE %]a list:[% END %]</h1> >+ <h1>Add [% total %] items to [% IF ( singleshelf ) %]<em>[% shelfname | html %]</em>: [% ELSE %]a list:[% END %]</h1> > [% ELSE %] >- <h1>Add to [% IF ( singleshelf ) %]<em>[% shelfname %]</em>[% ELSE %]a list:[% END %]</h1> >+ <h1>Add to [% IF ( singleshelf ) %]<em>[% shelfname | html %]</em>[% ELSE %]a list:[% END %]</h1> > [% END %] > <ul> > [% FOREACH biblio IN biblios %] >-- >2.1.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 14416
:
40333
|
40340
|
40341
|
40353
|
40354
|
40355
|
40356
|
40370
|
40371
|
40372
|
40373