Bugzilla – Attachment 170286 Details for
Bug 31736
Context for translation: "All"
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 31736: Editing 'All' to 'All not for loan statuses'
Bug-31736-Editing-All-to-All-not-for-loan-statuses.patch (text/plain), 1.70 KB, created by
Hammat wele
on 2024-08-13 19:52:57 UTC
(
hide
)
Description:
Bug 31736: Editing 'All' to 'All not for loan statuses'
Filename:
MIME Type:
Creator:
Hammat wele
Created:
2024-08-13 19:52:57 UTC
Size:
1.70 KB
patch
obsolete
>From a72143dc538af532cee55a9535ee7c9f9c19add5 Mon Sep 17 00:00:00 2001 >From: Hammat Wele <hammat.wele@inlibro.com> >Date: Mon, 25 Mar 2024 17:03:21 +0000 >Subject: [PATCH] Bug 31736: Editing 'All' to 'All not for loan statuses' > >This patch edit the term 'All' to 'All not for loan statuses', beacause All can have different genders depending on the used language ( in french All could mean 'tous for 'male-gendered' things and 'toutes' for 'female-gendered' things). > >1. Apply patch >2. View the following pages > --> The pages work (no errors) > --> 'All' should be replace by 'All not for loan statuses' > --> No spelling errors in 'All not for loan statuses' > - Reports > Items lost > 'All not for loan statuses' in Not for loan drop-down >--- > koha-tmpl/intranet-tmpl/prog/en/modules/reports/itemslost.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/itemslost.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/itemslost.tt >index 9a468f6b3a..4a8bb9df71 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/itemslost.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/itemslost.tt >@@ -175,7 +175,7 @@ > <li> > <label for="notforloanfilter">Not for loan: </label> > <select name="notforloanfilter" id="notforloanfilter"> >- <option value="">All</option> >+ <option value="">All not for loan statuses</option> > [% FOREACH n IN AuthorisedValues.GetDescriptionsByKohaField( kohafield => 'items.notforloan') %] > [% IF n.authorised_value == notforloanfilter %] > <option value="[% n.authorised_value | html %]" selected="selected">[% n.lib | html %]</option> >-- >2.34.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 31736
:
153301
|
153302
|
162545
|
163817
|
163859
|
163860
|
163861
|
163862
|
163863
|
163864
|
163865
|
163866
|
163867
|
163868
|
163869
|
163870
|
163871
|
169498
|
170072
|
170281
|
170282
|
170283
|
170284
|
170285
| 170286 |
170287
|
170288
|
170289
|
170290
|
170291
|
170292
|
170293