Bugzilla – Attachment 24504 Details for
Bug 11363
Label printer profile units are not translatable
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 11363 - Label printer profile units are not translatable
Bug-11363---Label-printer-profile-units-are-not-tr.patch (text/plain), 2.19 KB, created by
Kyle M Hall (khall)
on 2014-01-17 14:22:44 UTC
(
hide
)
Description:
Bug 11363 - Label printer profile units are not translatable
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2014-01-17 14:22:44 UTC
Size:
2.19 KB
patch
obsolete
>From f6c7860a790bec89bda68623796ec55a737bbd48 Mon Sep 17 00:00:00 2001 >From: Roman Amor <romanwilton@gmail.com> >Date: Thu, 16 Jan 2014 15:55:03 +1300 >Subject: [PATCH] Bug 11363 - Label printer profile units are not translatable > >Changed the unit names form an import to a switch case so that it is in >the .tt so that it can be translated > >Signed-off-by: Owen Leonard <oleonard@myacpl.org> >Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> >--- > .../prog/en/modules/labels/label-edit-profile.tt | 13 ++++++++++++- > 1 files changed, 12 insertions(+), 1 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-edit-profile.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-edit-profile.tt >index 3051521..815fe61 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-edit-profile.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-edit-profile.tt >@@ -88,7 +88,18 @@ > [% ELSE %] > <option value="[% unit.type %]"> > [% END %] >- [% unit.desc %] >+ [% SWITCH unit.type %] >+ [% CASE 'POINT' %] >+ PostScript Points >+ [% CASE 'AGATE' %] >+ Adobe Agates >+ [% CASE 'INCH' %] >+ US Inches >+ [% CASE 'MM' %] >+ SI Millimeters >+ [% CASE 'CM' %] >+ SI Centimeters >+ [% END %] > </option> > [% END %] > </select> >-- >1.7.2.5
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 11363
:
24442
|
24458
| 24504