Bugzilla – Attachment 163817 Details for
Bug 31736
Context for translation: "All"
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Bug 31736: Context for translation: 'All' (All patron categories)
Bug-31736-Context-for-translation-All-All-patron-c.patch (text/plain), 5.32 KB, created by
Hammat wele
on 2024-03-25 13:46:36 UTC
(
hide
)
Description:
Bug 31736: Context for translation: 'All' (All patron categories)
Filename:
MIME Type:
Creator:
Hammat wele
Created:
2024-03-25 13:46:36 UTC
Size:
5.32 KB
patch
obsolete
>From 3f8f7e734993a1a77a5c955277dc24593910e79c Mon Sep 17 00:00:00 2001 >From: Hammat Wele <hammat.wele@inlibro.com> >Date: Mon, 25 Mar 2024 13:41:29 +0000 >Subject: [PATCH] Bug 31736: Context for translation: 'All' (All patron > categories) > >--- > .../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 Raw
Actions:
View
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