@@ -, +, @@ framework subfields --- .../prog/en/modules/admin/auth_subfields_structure.tt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/auth_subfields_structure.tt +++ a/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. --