Bugzilla – Attachment 92957 Details for
Bug 23605
Terminology: Branches limitations should be libraries limitations
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 23605: Fix terminology for branches limitations on patron category admin page
Bug-23605-Fix-terminology-for-branches-limitations.patch (text/plain), 3.34 KB, created by
Tomás Cohen Arazi (tcohen)
on 2019-09-18 22:18:58 UTC
(
hide
)
Description:
Bug 23605: Fix terminology for branches limitations on patron category admin page
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2019-09-18 22:18:58 UTC
Size:
3.34 KB
patch
obsolete
>From ad146d16b9b96247296b97ad2aeac5afde1abcf0 Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <katrin.fischer@bsz-bw.de> >Date: Fri, 13 Sep 2019 12:18:09 +0000 >Subject: [PATCH] Bug 23605: Fix terminology for branches limitations on patron > category admin page > >Fix branches to library. > >Signed-off-by: Owen Leonard <oleonard@myacpl.org> >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> >--- > .../prog/en/modules/admin/categories.tt | 12 ++++++------ > 1 file changed, 6 insertions(+), 6 deletions(-) > >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 f2704e9b57..c77dbdd502 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/categories.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/categories.tt >@@ -151,9 +151,9 @@ > </select> > <span class="required">Required</span> > </li> >- <li><label for="branches">Branches limitation: </label> >+ <li><label for="branches">Library limitations: </label> > <select id="branches" name="branches" multiple size="10"> >- <option value="">All branches</option> >+ <option value="">All libraries</option> > [% FOREACH branch IN branches_loop %] > [% IF branch.selected %] > <option selected="selected" value="[% branch.branchcode | html %]">[% branch.branchname | html %]</option> >@@ -162,7 +162,7 @@ > [% END %] > [% END %] > </select> >- <span>Select <i>All branches</i> if this category type must to be displayed all the time. Otherwise select libraries you want to associate with this value. >+ <span>Select <i>All libraries</i> if this category type must to be displayed all the time. Otherwise select libraries you want to associate with this value. > </span> > </li> > <li> >@@ -418,7 +418,7 @@ > [% IF ( EnhancedMessagingPreferences ) %] > <th scope="col">Messaging</th> > [% END %] >- <th scope="col">Branches limitations</th> >+ <th scope="col">Library limitations</th> > [% IF ( Koha.Preference('CheckPrevCheckout') == 'softyes' || Koha.Preference('CheckPrevCheckout') == 'softno' ) %] > <th scope="col">Check previous checkout?</th> > [% END %] >@@ -505,9 +505,9 @@ > [% END %] > <span title="[% branches_str | html %]"> > [% IF branch_limitations.size > 1 %] >- [% branch_limitations.size | html %] branches limitations >+ [% branch_limitations.size | html %] library limitations > [% ELSE %] >- [% branch_limitations.size | html %] branch limitation >+ [% branch_limitations.size | html %] library limitation > [% END %] > </span> > [% ELSE %] >-- >2.23.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 23605
:
92782
|
92824
| 92957