Bugzilla – Attachment 40503 Details for
Bug 14423
Multiple XSS and XSRF issues in Staff Client
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 14423 - tab characters in auth_subfields_structure
Bug-14423---tab-characters-in-authsubfieldsstructu.patch (text/plain), 2.62 KB, created by
Liz Rea
on 2015-06-23 00:37:53 UTC
(
hide
)
Description:
Bug 14423 - tab characters in auth_subfields_structure
Filename:
MIME Type:
Creator:
Liz Rea
Created:
2015-06-23 00:37:53 UTC
Size:
2.62 KB
patch
obsolete
>From 3e86cb1711dc4bb95c3f3258621fb5b2552ae771 Mon Sep 17 00:00:00 2001 >From: Liz Rea <wizzyrea@gmail.com> >Date: Tue, 23 Jun 2015 12:37:09 +1200 >Subject: [PATCH] Bug 14423 - tab characters in auth_subfields_structure > >--- > .../prog/en/modules/admin/marc_subfields_structure.tt | 8 ++++---- > 1 file changed, 4 insertions(+), 4 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marc_subfields_structure.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marc_subfields_structure.tt >index c0a2863..17b16f9 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marc_subfields_structure.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marc_subfields_structure.tt >@@ -198,7 +198,7 @@ function populateHiddenCheckboxes(tab) { > </h1> > <form action="[% script_name %]" name="Aform" method="post"> > <input type="hidden" name="op" value="add_validate" /> >- <input type="hidden" name="tagfield" value="[% tagfield | html %]" /> >+ <input type="hidden" name="tagfield" value="[% tagfield | html %]" /> > <input type="hidden" name="frameworkcode" value="[% frameworkcode %]" /> > <div id="subfieldtabs" class="toptabs numbered"> > <ul> >@@ -360,7 +360,7 @@ function populateHiddenCheckboxes(tab) { > > <form action="[% script_name %]" method="post"> > <input type="hidden" name="searchfield" value="[% searchfield %]" /> >- <input type="hidden" name="tagfield" value="[% tagfield | html %]" /> >+ <input type="hidden" name="tagfield" value="[% tagfield | html %]" /> > <input type="hidden" name="tagsubfield" value="[% tagsubfield %]" /> > <input type="hidden" name="frameworkcode" value="[% frameworkcode %]" /> > <input type="submit" value="No, do not delete" /> >@@ -371,7 +371,7 @@ function populateHiddenCheckboxes(tab) { > > <h3>Data deleted</h3> > <form action="[% script_name %]" method="post"> >- <input type="hidden" name="tagfield" value="[% tagfield | html %]" /> >+ <input type="hidden" name="tagfield" value="[% tagfield | html %]" /> > <input type="submit" value="OK" /> > </form> > [% END %] >@@ -428,7 +428,7 @@ function populateHiddenCheckboxes(tab) { > <input type="hidden" name="tagfield" value="[% edit_tagfield %]" /> > <input type="hidden" name="frameworkcode" value="[% edit_frameworkcode %]" /> > <input type="submit" value="Edit subfields" /> >- <a class="cancel" href="marctagstructure.pl?searchfield=[% tagfield | uri %]&frameworkcode=[% frameworkcode %]">Cancel</a> >+ <a class="cancel" href="marctagstructure.pl?searchfield=[% tagfield | uri %]&frameworkcode=[% frameworkcode %]">Cancel</a> > </fieldset> > </form> > >-- >1.9.1
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 14423
:
40383
|
40435
|
40436
|
40437
|
40438
|
40439
|
40440
|
40441
|
40449
|
40450
|
40451
|
40452
|
40453
|
40454
|
40455
|
40495
|
40496
|
40497
|
40498
|
40499
|
40500
|
40501
| 40503