Bugzilla – Attachment 184391 Details for
Bug 32296
Capitalization: Specification of Dimensionality,...
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 32296: Capitalization - UNIMARC labels for 181$b value builder
Bug-32296-Capitalization---UNIMARC-labels-for-181b.patch (text/plain), 3.41 KB, created by
Emily Lamancusa (emlam)
on 2025-07-18 14:37:03 UTC
(
hide
)
Description:
Bug 32296: Capitalization - UNIMARC labels for 181$b value builder
Filename:
MIME Type:
Creator:
Emily Lamancusa (emlam)
Created:
2025-07-18 14:37:03 UTC
Size:
3.41 KB
patch
obsolete
>From 69c1f14300d0c125f76915bbdaa8609c19cbf44e Mon Sep 17 00:00:00 2001 >From: Toni Gardiner <tonig@catalyst.net.nz> >Date: Thu, 17 Jul 2025 23:19:16 +0000 >Subject: [PATCH] Bug 32296: Capitalization - UNIMARC labels for 181$b value > builder > >This patch changes the capitalisation for the labels displayed in >the MARC editor for UNIMARC 181$b, when the value builder >unimarc_field_181b.pl is used. The labels are changed from capital >case to sentence case, to be consistent with other labels: >- Specification of type (position 0) >- Specification of motion (position 1) >- Specification of dimensionality (position 2) >- Sensory specification 1, 2 and 3 (positions 3 to 5) > >Test plan: >1. Check the capitalisation in the patch. > >Signed-off-by: David Nind <david@davidnind.com> >Signed-off-by: Emily Lamancusa <emily.lamancusa@montgomerycountymd.gov> >--- > .../cataloguing/value_builder/unimarc_field_181b.tt | 12 ++++++------ > 1 file changed, 6 insertions(+), 6 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_181b.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_181b.tt >index 7bbaaa0bcb..bc467e41c6 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_181b.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_181b.tt >@@ -18,7 +18,7 @@ > <div class="page-section"> > <table> > <tr> >- <td><label for="f1">Specification of Type </label></td> >+ <td><label for="f1">Specification of type </label></td> > <td> > <select name="f1" id="f1"> > [% IF ( f1 == "a" ) %] >@@ -54,7 +54,7 @@ > </td> > </tr> > <tr> >- <td><label for="f2">Specification of Motion </label></td> >+ <td><label for="f2">Specification of motion </label></td> > <td> > <select name="f2" id="f2"> > [% IF ( f2 == "a" ) %] >@@ -84,7 +84,7 @@ > </td> > </tr> > <tr> >- <td><label for="f3">Specification of Dimensionality </label></td> >+ <td><label for="f3">Specification of dimensionality </label></td> > <td> > <select name="f3" id="f3"> > [% IF ( f3 == "a" ) %] >@@ -114,7 +114,7 @@ > </td> > </tr> > <tr> >- <td><label for="f4">Sensory Specification 1 </label></td> >+ <td><label for="f4">Sensory specification 1 </label></td> > <td> > <select name="f4" id="f4"> > [% IF ( f4 == "a" ) %] >@@ -156,7 +156,7 @@ > </td> > </tr> > <tr> >- <td><label for="f5">Sensory Specification 2 </label></td> >+ <td><label for="f5">Sensory specification 2 </label></td> > <td> > <select name="f5" id="f5"> > [% IF ( f5 == "a" ) %] >@@ -198,7 +198,7 @@ > </td> > </tr> > <tr> >- <td><label for="f6">Sensory Specification 3 </label></td> >+ <td><label for="f6">Sensory specification 3 </label></td> > <td> > <select name="f6" id="f6"> > [% IF ( f6 == "a" ) %] >-- >2.34.1
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 32296
:
184259
|
184271
| 184391