Bugzilla – Attachment 115429 Details for
Bug 27439
Improve hint labels on patron attribute type entry form
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 27439: Remove repetition in hint
Bug-27439-Remove-repetition-in-hint.patch (text/plain), 1.57 KB, created by
Jonathan Druart
on 2021-01-20 12:49:47 UTC
(
hide
)
Description:
Bug 27439: Remove repetition in hint
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2021-01-20 12:49:47 UTC
Size:
1.57 KB
patch
obsolete
>From 9949afca013888c2c467339999478ca6ef1b0d20 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Wed, 20 Jan 2021 13:49:18 +0100 >Subject: [PATCH] Bug 27439: Remove repetition in hint > >--- > .../intranet-tmpl/prog/en/modules/admin/patron-attr-types.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/patron-attr-types.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/patron-attr-types.tt >index 638d8a5894..74bd19792c 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/patron-attr-types.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/patron-attr-types.tt >@@ -161,7 +161,7 @@ > <option value=""></option> > [% PROCESS options_for_authorised_value_categories authorised_value_categories => AuthorisedValues.GetCategories( selected => attribute_type.authorised_value_category ) %] > </select> >- <div class="hint">Authorized value category; if one is selected, the patron record input page will only allow values to be chosen from the authorized value list. However, an authorized value list is not enforced during batch patron import.</div> >+ <div class="hint">If one is selected, the patron record input page will only allow values to be chosen from the authorized value list. However, an authorized value list is not enforced during batch patron import.</div> > </li> > <li><label for="branches">Library limitation: </label> > <select id="branches" name="branches" multiple size="10"> >-- >2.20.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 27439
:
115182
|
115255
|
115258
| 115429