View | Details | Raw Unified | Return to bug 20111
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/edit-template.tt (-6 / +5 lines)
Lines 86-100 Link Here
86
86
87
                                            [% SWITCH unit.type %]
87
                                            [% SWITCH unit.type %]
88
                                            [%   CASE 'POINT' %]
88
                                            [%   CASE 'POINT' %]
89
                                            PostScript Points
89
                                            <span>PostScript Points</span>
90
                                            [%   CASE 'AGATE' %]
90
                                            [%   CASE 'AGATE' %]
91
                                            Adobe Agates
91
                                            <span>Adobe Agates</span>
92
                                            [%   CASE 'INCH' %]
92
                                            [%   CASE 'INCH' %]
93
                                            US Inches
93
                                            <span>US Inches</span>
94
                                            [%   CASE 'MM' %]
94
                                            [%   CASE 'MM' %]
95
                                            SI Millimeters
95
                                            <span>SI Millimeters</span>
96
                                            [%   CASE 'CM' %]
96
                                            [%   CASE 'CM' %]
97
                                            SI Centimeters
97
                                            <span>SI Centimeters</span>
98
                                            [% END %]
98
                                            [% END %]
99
99
100
                                            </option>
100
                                            </option>
101
- 

Return to bug 20111