Bugzilla – Attachment 158881 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.37 KB, created by
Pedro Amorim
on 2023-11-13 15:27:27 UTC
(
hide
)
Description:
Bug 35193: Rename "Message subject" to "File name" when module "Reports" was chosen
Filename:
MIME Type:
Creator:
Pedro Amorim
Created:
2023-11-13 15:27:27 UTC
Size:
2.37 KB
patch
obsolete
>From 4f9169693bc9aefc5256746c57f54e6d8416cf50 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> >Signed-off-by: Pedro Amorim <pedro.amorim@ptfs-europe.com> >--- > 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 c3d2487178..939a2cde26 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/letter.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/letter.tt >@@ -615,7 +615,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