Bugzilla – Attachment 47823 Details for
Bug 15754
html tags displayed when editing frameworks
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[SIGNED-OFF]Bug 15754: html Fix regression on editing auth framework subfields
SIGNED-OFFBug-15754-html-Fix-regression-on-editing.patch (text/plain), 3.16 KB, created by
Héctor Eduardo Castro Avalos
on 2016-02-09 17:43:17 UTC
(
hide
)
Description:
[SIGNED-OFF]Bug 15754: html Fix regression on editing auth framework subfields
Filename:
MIME Type:
Creator:
Héctor Eduardo Castro Avalos
Created:
2016-02-09 17:43:17 UTC
Size:
3.16 KB
patch
obsolete
>From b6eb9b1d6683c79b43b822627eacbaffbb17f356 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Tue, 9 Feb 2016 14:19:12 +0000 >Subject: [PATCH] [SIGNED-OFF]Bug 15754: html Fix regression on editing auth > framework subfields > >Same fix as previously for the auth framework > >Signed-off-by: Hector Castro <hector.hecaxmmx@gmail.com> >--- > .../prog/en/modules/admin/auth_subfields_structure.tt | 8 ++++---- > 1 file changed, 4 insertions(+), 4 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/auth_subfields_structure.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/auth_subfields_structure.tt >index 58b78d7..0473e5d 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/auth_subfields_structure.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/auth_subfields_structure.tt >@@ -76,14 +76,14 @@ function displayMoreConstraint(numlayer){ > <fieldset class="rows"><ol> > > [% IF ( loo.new_subfield ) %] >- <li><label for="tagsubfieldinput[% loo.row %]">Subfield code: </label>[% loo.tagsubfieldinput %] </li> >+ <li><label for="tagsubfieldinput[% loo.row %]">Subfield code: </label>[% loo.tagsubfieldinput.raw %] </li> > [% ELSE %] > <li> > <input type="hidden" name="tagsubfield" value="[% loo.tagsubfield %]" /> > </li> > [% END %] >- <li><label for="repeatable[% loo.row %]">Repeatable: </label>[% loo.repeatable %] </li> >- <li><label for="mandatory[% loo.row %]">Mandatory: </label>[% loo.mandatory %] </li> >+ <li><label for="repeatable[% loo.row %]">Repeatable: </label>[% loo.repeatable.raw %] </li> >+ <li><label for="mandatory[% loo.row %]">Mandatory: </label>[% loo.mandatory.raw %] </li> > <li><label for="liblibrarian[% loo.row %]">Text for librarian: </label><input id="liblibrarian[% loo.row %]" type="text" name="liblibrarian" value="[% loo.liblibrarian %]" size="40" maxlength="80" /></li> > <li><label for="libopac[% loo.row %]">Text for OPAC: </label><input type="text" id="libopac[% loo.row %]" name="libopac" value="[% loo.libopac %]" size="40" maxlength="80" /></li> > <li><label for="tab[% loo.row %]">Managed in tab: </label> >@@ -130,7 +130,7 @@ function displayMoreConstraint(numlayer){ > <fieldset class="rows"> > <legend>Advanced constraints:</legend> > <ol> >- <li><label for="isurl[% loo.row %]">Is a URL:</label>[% loo.isurl %] (if checked, it means that the subfield is a URL and can be clicked)</li> >+ <li><label for="isurl[% loo.row %]">Is a URL:</label>[% loo.isurl.raw %] (if checked, it means that the subfield is a URL and can be clicked)</li> > <li> > <label for="defaultvalue[% loo.row %]">Default value:</label> > <input type="text" name="defaultvalue" id="defaultvalue[% loo.row %]" value="[% loo.defaultvalue %]" /> >-- >1.7.10.4
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 15754
:
47737
|
47742
|
47809
| 47823