Bugzilla – Attachment 195182 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: (follow-up) Minor adjustments
Bug-31736-follow-up-Minor-adjustments.patch (text/plain), 3.12 KB, created by
Owen Leonard
on 2026-03-12 12:13:30 UTC
(
hide
)
Description:
Bug 31736: (follow-up) Minor adjustments
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2026-03-12 12:13:30 UTC
Size:
3.12 KB
patch
obsolete
>From 1f548495eee7d8eab872cbe80046c188382e84ac Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Thu, 12 Mar 2026 08:04:09 -0400 >Subject: [PATCH] Bug 31736: (follow-up) Minor adjustments > >- In the reports dictionary, I think using the I18N's context function > is the best option here for clarity >- In MARC modification templates I think since these patches add the > word "fields" to the dropdown we can remove the text "field(s)" after > it. I've also modified the "1st" option to be "1st MARC field" since > the former is similarly ambiguous. > >Signed-off-by: Owen Leonard <oleonard@myacpl.org> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/reports/dictionary.tt | 2 +- > .../prog/en/modules/tools/marc_modification_templates.tt | 4 ++-- > 2 files changed, 3 insertions(+), 3 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/dictionary.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/dictionary.tt >index cd6bf8f03d4..ba192f3c986 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/dictionary.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/dictionary.tt >@@ -101,7 +101,7 @@ > [% IF ( areas ) %] > Filter by area > <select name="area"> >- <option value="">Report dictionary areas</option> >+ <option value="">[% tp('Reports dictionary areas', 'All areas') | html %]</option> > [% FOREACH area IN areas %] > [%- IF ( area.selected ) -%] > <option value="[% area.id | html %]" selected="selected">[%- PROCESS area_name area=area.id -%]</option> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/marc_modification_templates.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/marc_modification_templates.tt >index e00ef88957e..fe551cad2c3 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/marc_modification_templates.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/marc_modification_templates.tt >@@ -254,11 +254,11 @@ > <span id="field_number_block"> > <select name="field_number" id="field_number"> > <option value="0">All MARC fields</option> >- <option value="1">1st</option> >+ <option value="1">1st MARC field</option> > </select> > </span> > >- field(s) <input type="text" name="from_field" id="from_field" size="3" maxlength="3" /> <input type="text" name="from_subfield" id="from_subfield" size="1" maxlength="1" title="let blank for the entire field" /> >+ <input type="text" name="from_field" id="from_field" size="3" maxlength="3" /> <input type="text" name="from_subfield" id="from_subfield" size="1" maxlength="1" title="let blank for the entire field" /> > > <span name="with_value_block" id="with_value_block" style="display:none;"> with value <input type="text" name="field_value" id="field_value" /> </span> > >-- >2.39.5
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
|
179845
|
179846
|
179847
|
179848
|
179849
|
179850
|
179851
|
179852
|
179853
|
179854
|
179855
|
179856
|
179857
|
188239
|
188240
|
188241
|
188242
|
188243
|
188244
|
188245
|
188246
|
188247
|
188248
|
188249
|
188250
|
188251
|
195143
|
195144
|
195145
|
195146
|
195147
|
195148
|
195149
|
195150
|
195151
|
195152
|
195153
|
195154
|
195155
|
195169
|
195170
|
195171
|
195172
|
195173
|
195174
|
195175
|
195176
|
195177
|
195178
|
195179
|
195180
|
195181
| 195182