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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/additem.tt (-6 / +1 lines)
Lines 72-82 Link Here
72
            <tr>
72
            <tr>
73
                <th class="NoSort">&nbsp;</th>
73
                <th class="NoSort">&nbsp;</th>
74
                [% FOREACH item_header IN item_header_loop %]
74
                [% FOREACH item_header IN item_header_loop %]
75
                    [% IF item_header.column_name %]
75
                    <th data-colname="[% item_header.attribute | html %]">
76
                        <th data-colname="[% item_header.column_name | html %]">
77
                    [% ELSE %]
78
                        <th>
79
                    [% END %]
80
                        [% item_header.header_value | html %]
76
                        [% item_header.header_value | html %]
81
                    </th>
77
                    </th>
82
                [% END %]
78
                [% END %]
83
- 

Return to bug 29962