Bugzilla – Attachment 158375 Details for
Bug 35193
Rename "Message subject" to "File name" when module "Reports" was chosen
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 35193: Rename "Message subject" to "File name" when module "Reports" was chosen
Bug-35193-Rename-Message-subject-to-File-name-when.patch (text/plain), 2.31 KB, created by
Katrin Fischer
on 2023-11-04 12:25:29 UTC
(
hide
)
Description:
Bug 35193: Rename "Message subject" to "File name" when module "Reports" was chosen
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2023-11-04 12:25:29 UTC
Size:
2.31 KB
patch
obsolete
>From 9f20e6af7106baf354671d3ab3ae33c6fe26c837 Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Tue, 31 Oct 2023 10:34:59 +0000 >Subject: [PATCH] Bug 35193: Rename "Message subject" to "File name" when > module "Reports" was chosen > >This changes the form for adding new notices so the >"Message subject" is labelled as "File name" when >the Reports module was chosen. > >Test Plan: >1) Apply this patch >2) Restart all the things! >3) Choose to make or edit a reports notice/slip >4) Note the "Message subject" label has been replaced with "File name" > for new and existing reports notices > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/tools/letter.tt | 9 ++++++++- > 1 file changed, 8 insertions(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/letter.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/letter.tt >index 5b1d098d37..1186ebdf82 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/letter.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/letter.tt >@@ -608,7 +608,14 @@ > [% END %] > </li> > <li> >- <label for="title_[% letter.message_transport_type | html %]_[% lang | html %]">Message subject:</label><input type="text" id="title_[% letter.message_transport_type | html %]_[% lang | html %]" name="title" size="60" value="[% letter.title | html %]" /> >+ <label for="title_[% letter.message_transport_type | html %]_[% lang | html %]"> >+ [% IF module == "report" %] >+ File name: >+ [% ELSE %] >+ Message subject: >+ [% END %] >+ </label> >+ <input type="text" id="title_[% letter.message_transport_type | html %]_[% lang | html %]" name="title" size="60" value="[% letter.title | html %]" /> > </li> > <li> > <label for="SQLfieldname_[% letter.message_transport_type | html %]_[% lang | html %]">Message body:</label> >-- >2.30.2
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 35193
:
158111
|
158375
|
158795
|
158814
|
158815
|
158877
|
158881
|
158882
|
158883
|
158884
|
158885