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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-edit-profile.tt (-2 / +12 lines)
Lines 88-94 Link Here
88
                                                    [% ELSE %]
88
                                                    [% ELSE %]
89
                                                    <option value="[% unit.type %]">
89
                                                    <option value="[% unit.type %]">
90
                                                    [% END %]
90
                                                    [% END %]
91
                                                    [% unit.desc %]
91
                                                    [% SWITCH unit.type %]
92
                                                    [%   CASE 'POINT' %]
93
                                                    PostScript Points
94
                                                    [%   CASE 'AGATE' %]
95
                                                    Adobe Agates
96
                                                    [%   CASE 'INCH' %]
97
                                                    US Inches
98
                                                    [%   CASE 'MM' %]
99
                                                    SI Millimeters
100
                                                    [%   CASE 'CM' %]
101
                                                    SI Centimeters
102
                                                    [% END %]
92
                                                    </option>
103
                                                    </option>
93
                                                    [% END %]
104
                                                    [% END %]
94
                                                </select>
105
                                                </select>
95
- 

Return to bug 11363