Bugzilla – Attachment 77988 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: (QA follow-up) Add spans to ease translation
Bug-19500-QA-follow-up-Add-spans-to-ease-translati.patch (text/plain), 2.40 KB, created by
Jonathan Druart
on 2018-08-17 16:21:02 UTC
(
hide
)
Description:
Bug 19500: (QA follow-up) Add spans to ease translation
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2018-08-17 16:21:02 UTC
Size:
2.40 KB
patch
obsolete
>From 33aee82145fab69ba3cba9fcfb76ce0eaf5075c2 Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <katrin.fischer.83@web.de> >Date: Sun, 12 Aug 2018 19:42:30 +0000 >Subject: [PATCH] Bug 19500: (QA follow-up) Add spans to ease translation > >Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >--- > .../intranet-tmpl/prog/en/modules/tools/letter.tt | 20 ++++++++++---------- > 1 file changed, 10 insertions(+), 10 deletions(-) > >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 d3652c9596..b57681b968 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/letter.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/letter.tt >@@ -94,16 +94,16 @@ > <td>[% IF lette.branchname %][% lette.branchname %][% ELSE %](All libraries)[% END %]</td> > <td> > [% SWITCH lette.module %] >- [% CASE 'acquisition' %]Acquisition >- [% CASE 'catalogue' %]Catalog >- [% CASE 'circulation' %]Circulation >- [% CASE 'orderacquisition' %]Order acquisition >- [% CASE 'claimacquisition' %]Claim acquisition >- [% CASE 'claimissues' %]Claim serial issue >- [% CASE 'reserves' %]Holds >- [% CASE 'members' %]Patrons >- [% CASE 'serial' %]Serials (new issue) >- [% CASE 'suggestions' %]Suggestions >+ [% CASE 'acquisition' %]<span>Acquisition</span> >+ [% CASE 'catalogue' %]<span>Catalog</span> >+ [% CASE 'circulation' %]<span>Circulation</span> >+ [% CASE 'orderacquisition' %]<span>Order acquisition</span> >+ [% CASE 'claimacquisition' %]<span>Claim acquisition</span> >+ [% CASE 'claimissues' %]<span>Claim serial issue</span> >+ [% CASE 'reserves' %]<span>Holds</span> >+ [% CASE 'members' %]<span>Patrons</span> >+ [% CASE 'serial' %]<span>Serials (new issue)</span> >+ [% CASE 'suggestions' %]<span>Suggestions</span> > [% CASE %][% lette.module %] > [% END %] > </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