Bugzilla – Attachment 163860 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 patron categories'
Bug-31736-Editing-All-to-All-patron-categories.patch (text/plain), 6.67 KB, created by
Hammat wele
on 2024-03-25 19:08:05 UTC
(
hide
)
Description:
Bug 31736: Editing 'All' to 'All patron categories'
Filename:
MIME Type:
Creator:
Hammat wele
Created:
2024-03-25 19:08:05 UTC
Size:
6.67 KB
patch
obsolete
>From 4ccbbfd82d1324e2ead642c59222ebffcabac8ce Mon Sep 17 00:00:00 2001 >From: Hammat Wele <hammat.wele@inlibro.com> >Date: Mon, 25 Mar 2024 16:21:11 +0000 >Subject: [PATCH] Bug 31736: Editing 'All' to 'All patron categories' > >This patch edit the term 'All' to 'All patron categories', 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 patron categories' > --> No spelling errors in 'All' patron categories > > - Administration > Circulation and fines rules > Patron category column ('All patron categories' in existing rule) > - Administration > Circulation and fines rules > Patron category column ('All patron categories' in drop-down to create a new rule) > - Administration > Circulation and fines rules > Default waiting hold cancellation policy > Patron category column ('All patron categories' in existing rule) > - Administration > Circulation and fines rules > Default waiting hold cancellation policy > Patron category column ('All patron categories' in drop-down to create a new rule) > - Administration > Circulation and fines rules > Default article request fees > Patron category column ('All patron categories' in existing rule) > - Administration > Circulation and fines rules > Default article request fees > Patron category column ('All patron categories' in drop-down to create a new rule) > - Installer > Onboarding > New circulation rule (Patron category) >--- > .../prog/en/modules/admin/smart-rules.tt | 12 ++++++------ > .../prog/en/modules/onboarding/onboardingstep5.tt | 2 +- > 2 files changed, 7 insertions(+), 7 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt >index f536ef9760..55f1ec1177 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt >@@ -224,7 +224,7 @@ > [% END %]</td> > <td data-code="[% c | html %]"> > [% IF c == undef %] >- <em>All</em> >+ <em>All patron categories</em> > [% ELSE %] > [% Categories.GetName(c) | html %] > [% END %] >@@ -420,7 +420,7 @@ > <td>2</td> > <td> > <select name="categorycode" id="categorycode"> >- <option value="*">All</option> >+ <option value="*">All patron categories</option> > [% FOREACH patron_category IN patron_categories%] > <option value="[% patron_category.categorycode | html %]">[% patron_category.description | html %]</option> > [% END %] >@@ -920,7 +920,7 @@ > <tr> > <td> > [% IF c == '*' %] >- <em>All</em> >+ <em>All patron categories</em> > [% ELSE %] > [% Categories.GetName(c) | html %] > [% END %] >@@ -949,7 +949,7 @@ > <tr> > <td> > <select name="waiting_hold_cancellation_category" id="waiting_hold_cancellation_category"> >- <option value="*">All</option> >+ <option value="*">All patron categories</option> > [% FOREACH patron_category IN patron_categories %] > <option value="[% patron_category.categorycode | html %]">[% patron_category.description | html %]</option> > [% END %] >@@ -1057,7 +1057,7 @@ > <tr> > <td> > [% IF c == '*' %] >- <em>All</em> >+ <em>All patron categories</em> > [% ELSE %] > [% Categories.GetName(c) | html %] > [% END %] >@@ -1078,7 +1078,7 @@ > <tr> > <td> > <select name="article_request_fee_category" id="article_request_fee_category"> >- <option value="*">All</option> >+ <option value="*">All patron categories</option> > [% FOREACH patron_category IN patron_categories%] > <option value="[% patron_category.categorycode | html %]">[% patron_category.description | html %]</option> > [% END %] >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/onboarding/onboardingstep5.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/onboarding/onboardingstep5.tt >index d86c408615..207e0c298f 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/onboarding/onboardingstep5.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/onboarding/onboardingstep5.tt >@@ -76,7 +76,7 @@ > <label for="categorycode" class="required">Patron category: </label> > <select name="categorycode" id="categorycode" required="required"> > <option value=""> Choose</option> >- <option value="*" selected="selected">All</option> >+ <option value="*" selected="selected">All patron categories</option> > [% FOREACH category IN categories %] > <option value = "[% category.categorycode | html %]"> [% category.description | html %]</option> > [%END%] >-- >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