Bugzilla – Attachment 135517 Details for
Bug 30871
Make it clear that 008 Type of Material is controlled by Leader 6th position in MARC21
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 30871: Add/expand title text for LDR/06 and 008 Type of material
Bug-30871-Addexpand-title-text-for-LDR06-and-008-T.patch (text/plain), 3.07 KB, created by
David Nind
on 2022-05-31 19:33:43 UTC
(
hide
)
Description:
Bug 30871: Add/expand title text for LDR/06 and 008 Type of material
Filename:
MIME Type:
Creator:
David Nind
Created:
2022-05-31 19:33:43 UTC
Size:
3.07 KB
patch
obsolete
>From 6dae50c6a7a48f1b5acfbe34ee449e307a2687e4 Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Tue, 31 May 2022 12:54:40 +0000 >Subject: [PATCH] Bug 30871: Add/expand title text for LDR/06 and 008 Type of > material > >This patch simply adds title elements or clarifies existing title elements to indicate how default >values are chosen > >To test: >1 - Create new record in default editor >2 - Open leader helper, hover over "6-Type of record" and the dropdown >3 - Confirm notes make sense >4 - Open 008 helper >5 - Hover over 'Type of Material' and dropdown >6 - Confirm notes make sense > >Signed-off-by: David Nind <david@davidnind.com> >--- > .../en/modules/cataloguing/value_builder/marc21_field_008.tt | 4 ++-- > .../en/modules/cataloguing/value_builder/marc21_leader.tt | 4 ++-- > 2 files changed, 4 insertions(+), 4 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/marc21_field_008.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/marc21_field_008.tt >index baf8295acb..07e670465a 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/marc21_field_008.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/marc21_field_008.tt >@@ -30,9 +30,9 @@ > <input type="hidden" name="result" id="result" value="[% result | html %]" /> > <table id="table_material_types"> > <tr id="tr_material_types"> >- <td><label for="material_type" title="Select a type of material to specify the variable values">Type of Material</label></td> >+ <td><label for="material_type" title="Select a type of material to specify the variable values. Pre-populated based on Leader/06.">Type of Material</label></td> > <td> >- <select name="material_type" id="material_type" title="Select a type of material to specify the variable values" onchange="changeTypeofMaterial(this.form)"> >+ <select name="material_type" id="material_type" title="Select a type of material to specify the variable values. Default selection is based on value in the Leader/06." onchange="changeTypeofMaterial(this.form)"> > <option value="">Select a type of material</option> > </select> > </td> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/marc21_leader.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/marc21_leader.tt >index d70ac0edc0..e77d2a8537 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/marc21_leader.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/marc21_leader.tt >@@ -47,9 +47,9 @@ > </td> > </tr> > <tr> >- <td><label for="f6">6- Type of record</label></td> >+ <td><label for="f6" title="This controls the default configuration of the 008 field">6- Type of record</label></td> > <td> >- <select name="f6" id="f6"> >+ <select name="f6" title="The selection here affects the default configuration of the 008 field" id="f6"> > [% IF ( f6a ) %] > <option value="a" selected="selected">a- Language material</option> > [% ELSE %] >-- >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 30871
:
135493
|
135494
|
135517
|
135518
|
136147
|
136148