Bugzilla – Attachment 99473 Details for
Bug 24291
Explanation next to limit item types by library is confusing
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 24291: Update the item type form text for library limitation field
Bug-24291-Update-the-item-type-form-text-for-libra.patch (text/plain), 2.14 KB, created by
Bernardo Gonzalez Kriegel
on 2020-02-23 19:48:09 UTC
(
hide
)
Description:
Bug 24291: Update the item type form text for library limitation field
Filename:
MIME Type:
Creator:
Bernardo Gonzalez Kriegel
Created:
2020-02-23 19:48:09 UTC
Size:
2.14 KB
patch
obsolete
>From c0a31f60e3aef55207351af28aa84d2b22f7553e Mon Sep 17 00:00:00 2001 >From: David Nind <david@davidnind.com> >Date: Sat, 25 Jan 2020 11:01:52 +0000 >Subject: [PATCH] Bug 24291: Update the item type form text for library > limitation field > >Bug 15497 introduced the ability to limit item types by library. >However, the text next to the 'Library limitation' selection field on >the item type form mentions authorized values and is confusing. > >The current text reads: "Select 'All libraries' if this authorized value >must be displayed all the time. Otherwise select libraries you want to >associate with this value." > >This patch updates the text on the item type add or edit form for the >'Library limitation' field to something more understandable. > >To test: >1) Apply the patch >2) Go to Administration > Basic parameters > Item types >3) Click 'Edit' for any item type >4) The text next to the 'Library limitation' field should now show >"Select 'All libraries' if all libraries use this item type. Otherwise, >select the specific libraries that use this item type." >5) Sign off > >Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel@gmail.com> >String change, no errors. >--- > koha-tmpl/intranet-tmpl/prog/en/modules/admin/itemtypes.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/itemtypes.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/itemtypes.tt >index 71dbe498f6..b6c85294b7 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/itemtypes.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/itemtypes.tt >@@ -297,7 +297,7 @@ Item types administration > [% END %] > [% END %] > </select> >- <span>Select 'All libraries' if this authorized value must be displayed all the time. Otherwise select libraries you want to associate with this value.</span> >+ <span class="hint">Select 'All libraries' if all libraries use this item type. Otherwise, select the specific libraries that use this item type.</span> > </li> > <li> > <label for="summary">Summary: </label> >-- >2.17.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 24291
:
97939
|
99473
|
99485