From dc42bd877ac1a7e54ebab397741dfb569c02f1c0 Mon Sep 17 00:00:00 2001 From: Fridolin Somers Date: Fri, 17 Mar 2023 17:29:51 -1000 Subject: [PATCH] Bug 27775: Add hint about drag and drop feature on framework subfield edit Bug 8976 introduced a way to sort subfields on a MARC/Auth framework using drag and drop. But there's no visible hint alerting the user the feature exists. Test plan : 1) Go to Admistration > MARC bibliographic framework 2) Choose a framework and click on Actions > MARC structure 3) Choose a field and click on Actions > Edit subfields 4) Check you see the hint 5) Go to Admistration > Authority types 6) Choose a type and click on Actions > MARC structure 7) Choose a field and click on Actions > Subfields 8) Click on Edit subfields 9) Check you see the hint --- .../prog/en/modules/admin/auth_subfields_structure.tt | 1 + .../prog/en/modules/admin/marc_subfields_structure.tt | 1 + 2 files changed, 2 insertions(+) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/auth_subfields_structure.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/auth_subfields_structure.tt index 9db4d0c8b7..dd9d082aa1 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/auth_subfields_structure.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/auth_subfields_structure.tt @@ -85,6 +85,7 @@

[% IF ( use_heading_flags_p ) %] [% IF ( heading_edit_subfields_p ) %]Edit MARC subfields constraints for field [% tagfield | html %] authority [% authtypecode | html %][% END %] [% ELSE %][% action | html %][% END %]

+
You can drag and drop subfields tabs to change the order
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marc_subfields_structure.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marc_subfields_structure.tt index 95df1dbfd6..c5138f8a91 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marc_subfields_structure.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marc_subfields_structure.tt @@ -121,6 +121,7 @@ [% action | html %] [% END %] +
You can drag and drop subfields tabs to change the order
-- 2.39.0