Bugzilla – Attachment 141199 Details for
Bug 26368
Add support for OCLC Encoding level values
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 26368: (QA follow-up) Standardize spaces in option descriptions
Bug-26368-QA-follow-up-Standardize-spaces-in-optio.patch (text/plain), 1.79 KB, created by
Katrin Fischer
on 2022-10-01 22:19:50 UTC
(
hide
)
Description:
Bug 26368: (QA follow-up) Standardize spaces in option descriptions
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2022-10-01 22:19:50 UTC
Size:
1.79 KB
patch
obsolete
>From c726a56393fb8fdd9f1a5b1eb2e695bfb495003b Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <katrin.fischer.83@web.de> >Date: Sat, 1 Oct 2022 22:17:45 +0000 >Subject: [PATCH] Bug 26368: (QA follow-up) Standardize spaces in option > descriptions > >Most options are labelles as x- description, but a few had >additional spaces. This just makes sure they all look the same. > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > .../en/modules/cataloguing/value_builder/marc21_leader.tt | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > >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 100725dd06..7ef10f650f 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 >@@ -210,7 +210,7 @@ > [% IF ( f172 ) %] > <option value="2" selected="selected">2 - Less-than-full level, material not examined</option> > [% ELSE %] >- <option value="2">2 - Less-than-full level, material not examined</option> >+ <option value="2">2- Less-than-full level, material not examined</option> > [% END %] > [% IF ( f173 ) %] > <option value="3" selected="selected">3- Abbreviated level</option> >@@ -260,9 +260,9 @@ > [% END %] > [% END %] > [% IF ( f17u ) %] >- <option value="u" selected="selected">u - Unknown</option> >+ <option value="u" selected="selected">u- Unknown</option> > [% ELSE %] >- <option value="u">u - Unknown</option> >+ <option value="u">u- Unknown</option> > [% END %] > [% IF ( f17z ) %] > <option value="z" selected="selected">z- Not applicable</option> >-- >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 26368
:
109622
|
120209
|
140826
|
140837
|
141197
|
141198
| 141199