@@ -, +, @@ --- .../prog/en/modules/admin/marc_subfields_structure.tt | 14 ++++++++------ .../intranet-tmpl/prog/js/marc_subfields_structure.js | 1 - 2 files changed, 8 insertions(+), 7 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 @@ -5,6 +5,7 @@ Koha › Administration ›[% IF ( add_form ) %][% IF ( use_heading_flags_p ) %][% IF ( heading_edit_subfields_p ) %] MARC subfield structure › Edit MARC subfields constraints[% END %][% ELSE %] MARC subfield structure › [% action | html %][% END %][% END %] [% IF ( delete_confirm ) %] MARC subfield structure › Confirm deletion of subfield [% tagsubfield | html %][% END %][% IF ( delete_confirmed ) %] MARC subfield structure › Subfield deleted[% END %][% IF ( else ) %]MARC subfield structure[% END %] [% INCLUDE 'doc-head-close.inc' %] + @@ -60,9 +61,9 @@ [% FOREACH loo IN loop %]
-

Basic constraints

-
+
+ Basic constraints
    [% IF ( subfieldcode == 0 || subfieldcode ) %]
  1. Subfield code: [% loo.subfieldcode | html %]
  2. @@ -114,9 +115,9 @@
-

Advanced constraints

-
+
+ Advanced constraints
  1. (see online help)
  2. @@ -161,9 +162,10 @@
-

Other options (choose one)

-
+ +
+ Other options (choose one)
  1. --- a/koha-tmpl/intranet-tmpl/prog/js/marc_subfields_structure.js +++ a/koha-tmpl/intranet-tmpl/prog/js/marc_subfields_structure.js @@ -1,5 +1,4 @@ $(document).ready(function() { - $( ".constraints" ).accordion(); $('#subfieldtabs').tabs(); $("input[id^='hidden_']").click(setHiddenValue); $("input[id^='hidden-']").each(function() { --