Bugzilla – Attachment 181967 Details for
Bug 39099
Use select2 to select library limitations in item types, patron categories, and authorized values
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Bug 39099: (follow-up) Re-word library limitation hint
Bug-39099-follow-up-Re-word-library-limitation-hin.patch (text/plain), 3.17 KB, created by
Owen Leonard
on 2025-05-06 12:42:40 UTC
(
hide
)
Description:
Bug 39099: (follow-up) Re-word library limitation hint
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2025-05-06 12:42:40 UTC
Size:
3.17 KB
patch
obsolete
>From d9a6d6badc057012b4b18f28deedc10ec2b6ddd7 Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Tue, 6 May 2025 12:40:56 +0000 >Subject: [PATCH] Bug 39099: (follow-up) Re-word library limitation hint > >--- > .../intranet-tmpl/prog/en/modules/admin/authorised_values.tt | 2 +- > koha-tmpl/intranet-tmpl/prog/en/modules/admin/categories.tt | 2 +- > koha-tmpl/intranet-tmpl/prog/en/modules/admin/itemtypes.tt | 2 +- > 3 files changed, 3 insertions(+), 3 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authorised_values.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authorised_values.tt >index d92fd647a6a..999cfecd785 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authorised_values.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authorised_values.tt >@@ -206,7 +206,7 @@ > [% END %] > [% END %] > </select> >- <div class="hint">Select libraries you want to associate with this value.</div> >+ <div class="hint">Limits the use of this authorized value to the selected libraries.</div> > </li> > </ol> > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/categories.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/categories.tt >index 7f1ba6df151..a1d249954da 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/categories.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/categories.tt >@@ -238,7 +238,7 @@ > <select id="library_limitation" name="branches" multiple size="10"> > [% PROCESS options_for_libraries libraries => Branches.all( selected => category.get_library_limits, unfiltered => 1, do_not_select_my_library => 1 ) %] > </select> >- <div class="hint">Select libraries you want to associate with this value.</div> >+ <div class="hint">Limits the use of this authorized value to the selected libraries.</div> > </li> > <li> > <label for="reset_password">Password reset in OPAC: </label> >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 69938eabdb5..3ed90e834e6 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/itemtypes.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/itemtypes.tt >@@ -349,7 +349,7 @@ > <select id="library_limitation" name="branches" multiple size="10"> > [% PROCESS options_for_libraries libraries => Branches.all( selected => itemtype.get_library_limits, unfiltered => 1, do_not_select_my_library => 1 ) %] > </select> >- <div class="hint">Select libraries you want to associate with this item type.</div> >+ <div class="hint">Limits the use of this authorized value to the selected libraries.</div> > </li> > <li> > <label for="summary">Summary: </label> >-- >2.39.5
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 Raw
Actions:
View
Attachments on
bug 39099
:
178284
|
178480
|
178727
|
181967
|
181976
|
182523
|
182524