From 31e382f2b255f9db8a339421aeda424f3065c5cf Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Tue, 9 Feb 2016 14:19:12 +0000 Subject: [PATCH] Bug 15754: html Fix regression on editing auth framework subfields Same fix as previously for the auth framework --- .../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){
    [% IF ( loo.new_subfield ) %] -
  1. [% loo.tagsubfieldinput %] 
  2. +
  3. [% loo.tagsubfieldinput.raw %] 
  4. [% ELSE %]
  5. [% END %] -
  6. [% loo.repeatable %] 
  7. -
  8. [% loo.mandatory %] 
  9. +
  10. [% loo.repeatable.raw %] 
  11. +
  12. [% loo.mandatory.raw %] 
  13. @@ -130,7 +130,7 @@ function displayMoreConstraint(numlayer){
    Advanced constraints:
      -
    1. [% loo.isurl %] (if checked, it means that the subfield is a URL and can be clicked)
    2. +
    3. [% loo.isurl.raw %] (if checked, it means that the subfield is a URL and can be clicked)
    4. -- 2.1.0