Bugzilla – Attachment 154042 Details for
Bug 32748
Library limitations will cause data loss when editing items
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 32748: (follow-up) Fix terminology: branches > libraries
Bug-32748-follow-up-Fix-terminology-branches--libr.patch (text/plain), 1.51 KB, created by
Katrin Fischer
on 2023-07-28 14:09:14 UTC
(
hide
)
Description:
Bug 32748: (follow-up) Fix terminology: branches > libraries
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2023-07-28 14:09:14 UTC
Size:
1.51 KB
patch
obsolete
>From 83b6ede55c6d8e6eb47441b0ecf2bd9ce7a5ca7f Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <katrin.fischer@bsz-bw.de> >Date: Fri, 28 Jul 2023 13:37:37 +0000 >Subject: [PATCH] Bug 32748: (follow-up) Fix terminology: branches > libraries > >--- > koha-tmpl/intranet-tmpl/prog/en/includes/html_helpers.inc | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/html_helpers.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/html_helpers.inc >index 9eebb2d3fe..8e3a097c59 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/html_helpers.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/html_helpers.inc >@@ -114,7 +114,7 @@ > [% IF aval == mv.default %] > [% SET matched = 1 %] > [% IF mv.restricted.$aval %] >- <option value="[%- aval | html -%]" selected="selected" style="float:right" title="This value ([%- mv.labels.$aval | html -%]) is limited to other branches">[%- mv.labels.$aval | html -%] ⚠ >+ <option value="[%- aval | html -%]" selected="selected" style="float:right" title="This value ([%- mv.labels.$aval | html -%]) is limited to other libraries">[%- mv.labels.$aval | html -%] ⚠ > </option> > [% ELSE %] > <option value="[%- aval | html -%]" selected="selected">[%- mv.labels.$aval | html -%]</option> >-- >2.30.2
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 32748
:
148409
|
148491
|
150155
|
151989
|
154039
|
154040
|
154041
| 154042