Bugzilla – Attachment 181194 Details for
Bug 39685
Typo: authorised value in item search fields
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 39685: Typo: authorised value in item search fields
Bug-39685-Typo-authorised-value-in-item-search-fie.patch (text/plain), 1.74 KB, created by
Caroline Cyr La Rose
on 2025-04-18 20:33:45 UTC
(
hide
)
Description:
Bug 39685: Typo: authorised value in item search fields
Filename:
MIME Type:
Creator:
Caroline Cyr La Rose
Created:
2025-04-18 20:33:45 UTC
Size:
1.74 KB
patch
obsolete
>From 65dc0f22623063343f528d596ece1ea50e0d2b40 Mon Sep 17 00:00:00 2001 >From: Caroline Cyr La Rose <caroline.cyr-la-rose@inlibro.com> >Date: Fri, 18 Apr 2025 16:32:52 -0400 >Subject: [PATCH] Bug 39685: Typo: authorised value in item search fields > >This patch corrects a typo in the item search field form. > >Terminology indicates it should be "authorized" and not "authorised". > >https://wiki.koha-community.org/wiki/Terminology > >To test: >1. Apply patch >2. Go to Administration > Item search fields > New search field >--> The label for the authorized value category dropdown menu should say "Authorized value category" >--- > .../prog/en/includes/admin-items-search-field-form.inc | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/admin-items-search-field-form.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/admin-items-search-field-form.inc >index 764269356c..835fb918e6 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/admin-items-search-field-form.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/admin-items-search-field-form.inc >@@ -26,7 +26,7 @@ > <input type="text" id="tagsubfield" name="tagsubfield" pattern="[a-zA-Z0-9]+" maxlength="1" size="1" value="[% field.tagsubfield | html %]" /> > </li> > <li> >- <label for="authorised_values_category">Authorised values category: </label> >+ <label for="authorised_values_category">Authorized value category: </label> > <select id="authorised_values_category" name="authorised_values_category"> > <option value="">- None -</option> > [% PROCESS options_for_authorised_value_categories authorised_value_categories => AuthorisedValues.GetCategories( selected => field.authorised_values_category ) %] >-- >2.43.0
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 39685
:
181194
|
181195
|
181207
|
181208