Bugzilla – Attachment 149358 Details for
Bug 27775
Add hint about drag and drop feature on framework subfield edit
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 27775: Add hint about drag and drop feature on framework subfield edit
Bug-27775-Add-hint-about-drag-and-drop-feature-on-.patch (text/plain), 2.76 KB, created by
Katrin Fischer
on 2023-04-09 12:05:16 UTC
(
hide
)
Description:
Bug 27775: Add hint about drag and drop feature on framework subfield edit
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2023-04-09 12:05:16 UTC
Size:
2.76 KB
patch
obsolete
>From eeebe572e6a3fe996a8781b4be39dfe00d4087a7 Mon Sep 17 00:00:00 2001 >From: Fridolin Somers <fridolin.somers@biblibre.com> >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 > >Signed-off-by: David Nind <david@davidnind.com> >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > .../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 @@ > <h1>[% 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 %]</h1> >+ <div class="hint">You can drag and drop subfields tabs to change the order</div> > <form action="[% script_name | html %]" name="Aform" method="post"> > <input type="hidden" name="op" value="add_validate" /> > <input type="hidden" name="tagfield" value="[% tagfield | html %]" /> >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 %] > </h1> >+ <div class="hint">You can drag and drop subfields tabs to change the order</div> > > <form action="[% script_name | html %]" name="Aform" method="post"> > <input type="hidden" name="op" value="add_validate" /> >-- >2.30.2
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 27775
:
148399
|
149309
| 149358 |
149359