Bugzilla – Attachment 72409 Details for
Bug 20111
Patron card creator - some strings are not translatable
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 20111: i18n Patron card creator: wrap with <span>
Bug-20111-i18n-Patron-card-creator-wrap-with-span.patch (text/plain), 1.90 KB, created by
Victor Grousset/tuxayo
on 2018-03-05 10:27:14 UTC
(
hide
)
Description:
Bug 20111: i18n Patron card creator: wrap with <span>
Filename:
MIME Type:
Creator:
Victor Grousset/tuxayo
Created:
2018-03-05 10:27:14 UTC
Size:
1.90 KB
patch
obsolete
>From 4f226e5f913cdeeaccd5315cb005bfd10a4eb757 Mon Sep 17 00:00:00 2001 >From: Victor Grousset <victor.grousset@biblibre.com> >Date: Sat, 3 Mar 2018 19:06:13 +0100 >Subject: [PATCH] Bug 20111: i18n Patron card creator: wrap with <span> > >To avoid pollution and duplication in the .po files. >--- > .../intranet-tmpl/prog/en/modules/patroncards/edit-template.tt | 10 +++++----- > 1 file changed, 5 insertions(+), 5 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/edit-template.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/edit-template.tt >index 96e3ae5..83222ed 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/edit-template.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/edit-template.tt >@@ -86,15 +86,15 @@ > > [% SWITCH unit.type %] > [% CASE 'POINT' %] >- PostScript Points >+ <span>PostScript Points</span> > [% CASE 'AGATE' %] >- Adobe Agates >+ <span>Adobe Agates</span> > [% CASE 'INCH' %] >- US Inches >+ <span>US Inches</span> > [% CASE 'MM' %] >- SI Millimeters >+ <span>SI Millimeters</span> > [% CASE 'CM' %] >- SI Centimeters >+ <span>SI Centimeters</span> > [% END %] > > </option> >-- >2.7.4
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 20111
:
71603
|
71604
|
72409
|
72410
|
73146
|
73147
|
73148
|
73236
|
73237