Bugzilla – Attachment 178909 Details for
Bug 39045
Add translation context for "Active" and "Inactive"
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 39045: (follow-up) Fix spacing
Bug-39045-follow-up-Fix-spacing.patch (text/plain), 1.54 KB, created by
Owen Leonard
on 2025-03-04 12:16:04 UTC
(
hide
)
Description:
Bug 39045: (follow-up) Fix spacing
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2025-03-04 12:16:04 UTC
Size:
1.54 KB
patch
obsolete
>From 8b0f6f8a717966ae19b112fa8b95b18a083889b5 Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Tue, 4 Mar 2025 12:04:18 +0000 >Subject: [PATCH] Bug 39045: (follow-up) Fix spacing > >Adding some whitespace to the markup so that the "(inactive)" has a >space before it. >--- > .../intranet-tmpl/prog/en/modules/acqui/neworderempty.tt | 5 ++++- > 1 file changed, 4 insertions(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tt >index 6efac5f94d1..b0e3447fb69 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tt >@@ -610,7 +610,10 @@ > [% END %] > > <option value="[% budget_loo.b_id | html %]" class="[% bdgclass | html %]" data-sort1-authcat="[% budget_loo.b_sort1_authcat | html %]" data-sort2-authcat="[% budget_loo.b_sort2_authcat | html %]"> >- [% level_indent | html %][% budget_loo.b_txt | html %][% IF !budget_loo.b_active %][% tp('Fund status' , '(inactive)') | html %][% END %] >+ [% level_indent | html %][% budget_loo.b_txt | html %] >+ [% IF !budget_loo.b_active %] >+ [% tp('Fund status' , '(inactive)') | html %] >+ [% END %] > </option> > [% END %] > </select> >-- >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 39045
:
177559
|
177560
|
177561
|
177562
|
177590
|
177591
|
177593
|
177595
|
177596
|
177601
|
177711
|
178900
|
178901
|
178902
|
178903
|
178904
|
178905
|
178906
|
178907
|
178908
|
178909
|
183708
|
183709
|
183710
|
183711
|
183712
|
183713
|
183714
|
183715
|
183716