Bugzilla – Attachment 182524 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]
[patch]
Bug 39099: (follow-up) Re-word library limitation hint
Bug-39099-follow-up-Re-word-library-limitation-hin.patch (text/plain), 3.21 KB, created by
Martin Renvoize (ashimema)
on 2025-05-16 12:17:24 UTC
(
hide
)
Description:
Bug 39099: (follow-up) Re-word library limitation hint
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2025-05-16 12:17:24 UTC
Size:
3.21 KB
patch
obsolete
>From 297d4d5ce2277853938ec966a92e080abc4db230 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 > >Signed-off-by: Martin Renvoize <martin.renvoize@openfifth.co.uk> >--- > .../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..a8a7adde0a6 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 category 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..98cf9de4c43 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 item type to the selected libraries.</div> > </li> > <li> > <label for="summary">Summary: </label> >-- >2.49.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 39099
:
178284
|
178480
|
178727
|
181967
|
181976
|
182523
| 182524