Bugzilla – Attachment 36722 Details for
Bug 11364
Label layout types and text justification types are not translatable
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[Follow-up] Bug 11364 - Label layout types and text justification types are not translatable
Follow-up-Bug-11364---Label-layout-types-and-text-.patch (text/plain), 1.27 KB, created by
Marc Véron
on 2015-03-06 17:25:19 UTC
(
hide
)
Description:
[Follow-up] Bug 11364 - Label layout types and text justification types are not translatable
Filename:
MIME Type:
Creator:
Marc Véron
Created:
2015-03-06 17:25:19 UTC
Size:
1.27 KB
patch
obsolete
>From 44b3fa5a8f7e4b896a42b178b2e7c37eb4afdd53 Mon Sep 17 00:00:00 2001 >From: =?UTF-8?q?Marc=20V=C3=A9ron?= <veron@veron.ch> >Date: Fri, 6 Mar 2015 18:23:06 +0100 >Subject: [PATCH] [Follow-up] Bug 11364 - Label layout types and text > justification types are not translatable > >Removed obsolete code from from C4/Creators/Lib.pm around line 129. >--- > C4/Creators/Lib.pm | 7 ------- > 1 file changed, 7 deletions(-) > >diff --git a/C4/Creators/Lib.pm b/C4/Creators/Lib.pm >index c519352..9154ee5 100644 >--- a/C4/Creators/Lib.pm >+++ b/C4/Creators/Lib.pm >@@ -124,13 +124,6 @@ my $font_types = [ > {type => 'HBO', name => 'Helvetica-Bold-Oblique', selected => 0}, > ]; > >-my $text_justification_types = [ >- {type => 'L', name => 'Left', selected => 0}, >- {type => 'C', name => 'Center', selected => 0}, >- {type => 'R', name => 'Right', selected => 0}, >-# {type => 'F', name => 'Full', selected => 0}, >-]; >- > my $unit_values = [ > {type => 'POINT', desc => 'PostScript Points', value => 1, selected => 0}, > {type => 'AGATE', desc => 'Adobe Agates', value => 5.1428571, selected => 0}, >-- >1.7.10.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 11364
:
27958
|
36722
|
36788
|
36789
|
36793