Bugzilla – Attachment 77989 Details for
Bug 19500
Make module names on letters overview page translatable
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 19500: Add missing span for 'other'
Bug-19500-Add-missing-span-for-other.patch (text/plain), 1.24 KB, created by
Jonathan Druart
on 2018-08-17 16:21:07 UTC
(
hide
)
Description:
Bug 19500: Add missing span for 'other'
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2018-08-17 16:21:07 UTC
Size:
1.24 KB
patch
obsolete
>From fd3e4ab3f47bd4058936003476df09a280daaf13 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Fri, 17 Aug 2018 13:20:04 -0300 >Subject: [PATCH] Bug 19500: Add missing span for 'other' > >To stay consistent in the DOM structure it would make sense to have it >there as well > >Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/tools/letter.tt | 2 +- > 1 file changed, 1 insertion(+), 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 b57681b968..52c63a8a57 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/letter.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/letter.tt >@@ -104,7 +104,7 @@ > [% CASE 'members' %]<span>Patrons</span> > [% CASE 'serial' %]<span>Serials (new issue)</span> > [% CASE 'suggestions' %]<span>Suggestions</span> >- [% CASE %][% lette.module %] >+ [% CASE %]<span>[% lette.module %]</span> > [% END %] > </td> > <td>[% lette.code %]</td> >-- >2.11.0
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 19500
:
77724
|
77815
|
77860
|
77987
|
77988
| 77989