@@ -, +, @@ editor other fields anymore after this patch. However, this alignment issue is in every other Koha form in intranet and should be fixed in the global CSS rules. /cgi-bin/koha/admin/marc_subfields_structure.pl?op=add_form&tagfield=995&frameworkcode=AR --- .../prog/en/modules/admin/marc_subfields_structure.tt | 4 ++-- 1 file changed, 2 insertions(+), 2 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 @@ -159,11 +159,11 @@
Basic constraints
    - [% IF ( subfieldcode == 0 || subfieldcode ) %] + [% IF ( loo.subfieldcode == 0 || loo.subfieldcode ) %]
  1. Subfield code: [% loo.subfieldcode | html %] - +
  2. [% ELSE %]
  3. --