Bugzilla – Attachment 145575 Details for
Bug 32692
Terminology: MARC framework tag subfield editor uses intranet instead of staff interface
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 32692: Terminology - use staff interface for MARC framework subfield editor
Bug-32692-Terminology---use-staff-interface-for-MA.patch (text/plain), 2.97 KB, created by
PTFS Europe Sandboxes
on 2023-01-23 15:01:48 UTC
(
hide
)
Description:
Bug 32692: Terminology - use staff interface for MARC framework subfield editor
Filename:
MIME Type:
Creator:
PTFS Europe Sandboxes
Created:
2023-01-23 15:01:48 UTC
Size:
2.97 KB
patch
obsolete
>From 0c4d5572a39717a16323d8faafc44ea2f649e96d Mon Sep 17 00:00:00 2001 >From: David Nind <david@davidnind.com> >Date: Fri, 20 Jan 2023 18:42:01 +0000 >Subject: [PATCH] Bug 32692: Terminology - use staff interface for MARC > framework subfield editor > >For the visibility options in the advanced constraints section of the >MARC framework subfield editor, use 'Staff interface' instead >of 'Intranet'. > >This makes it consistent with the terminology list (see >https://wiki.koha-community.org/wiki/Terminology#I). > >Test plan: >1. Go to Administration > Catalog > MARC bibliographic framework. >2. Select Actions > MARC structure for any framework. >3. For any tag select Actions > Edit subfields. >4. Note that in the advanced constraints section for the visibility > field that 'Intranet' is used as an option. >5. Apply the patch. >6. Refresh the page and note that 'Staff interface' is now used, which > is consistent with the terminology list (see > https://wiki.koha-community.org/wiki/Terminology#I). >7. Sign off D: > >Signed-off-by: David Nind <david@davidnind.com> >Signed-off-by: Amaury GAU <amaury.gau@bulac.fr> >--- > .../prog/en/modules/admin/marc_subfields_structure.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >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 fb394993e2..95df1dbfd6 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 >@@ -254,7 +254,7 @@ > <input type="checkbox" id="hidden_opac_[% loo.row | html %]" class="inclusive_[% loo.row | html %]" name="hidden_opac_[% loo.row | html %]"/> > <label for="hidden_opac_[% loo.row | html %]" style="float: none;">OPAC</label> > <input type="checkbox" id="hidden_intranet_[% loo.row | html %]" class="inclusive_[% loo.row | html %]" name="hidden_intranet_[% loo.row | html %]"/> >- <label for="hidden_intranet_[% loo.row | html %]" style="float: none;">Intranet</label> >+ <label for="hidden_intranet_[% loo.row | html %]" style="float: none;">Staff interface</label> > <input type="checkbox" id="hidden_editor_[% loo.row | html %]" class="inclusive_[% loo.row | html %]" name="hidden_editor_[% loo.row | html %]"/> > <label for="hidden_editor_[% loo.row | html %]" style="float: none;">Editor</label> > <input type="checkbox" id="hidden_collapsed_[% loo.row | html %]" class="inclusive_[% loo.row | html %]" name="hidden_collapsed_[% loo.row | html %]"/> >-- >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 32692
:
145554
|
145574
|
145575
|
145742