From 2501745d91bc4b5c461de6808b9afbed83d4955b Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Sat, 7 Apr 2018 10:38:22 +0200 Subject: [PATCH] Bug 8643: (QA follow-up) Move input field up below mandatory Changes sequence of input fields to be more logical by grouping repeatable, mandatory, important, like it's already done for the subfield configuration. --- .../intranet-tmpl/prog/en/modules/admin/marctagstructure.tt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marctagstructure.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marctagstructure.tt index 353bbbbd96..dd722c2d2b 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marctagstructure.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marctagstructure.tt @@ -79,12 +79,6 @@ [% END %] -
  • - - (if you select a value here, the indicators will be limited to the authorized value list)
  • [% IF ( important ) %] @@ -92,6 +86,12 @@ [% END %]
  • +
  • + + (if you select a value here, the indicators will be limited to the authorized value list)
  • -- 2.14.1