@@ -, +, @@ --- .../intranet-tmpl/prog/en/modules/admin/marc_subfields_structure.tt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marc_subfields_structure.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marc_subfields_structure.tt @@ -227,8 +227,8 @@ function populateHiddenCheckboxes(tab) { [% END %]
  • -
  • [% loo.repeatable %]
  • -
  • [% loo.mandatory %]
  • +
  • [% loo.repeatable.raw %]
  • +
  • [% loo.mandatory.raw %]
  • -
  • [% loo.isurl %] (if checked, it means that the subfield is a URL and can be clicked)
  • +
  • [% loo.isurl.raw %] (if checked, it means that the subfield is a URL and can be clicked)
  • (e.g., Title or Local-Number) NOTE: If you change this value you must ask your administrator to run misc/batchRebuildBiblioTables.pl.
  • --