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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/transport-cost-matrix.tt (-1 / +2 lines)
Lines 82-87 Link Here
82
                                [% ELSE %]
82
                                [% ELSE %]
83
                                    [% IF bt.disabled %]
83
                                    [% IF bt.disabled %]
84
                                        [% SET div_class="disabled-transfer" %]
84
                                        [% SET div_class="disabled-transfer" %]
85
                                    [% ELSE %]
86
                                        [% SET div_class="" %]
85
                                    [% END %]
87
                                    [% END %]
86
                                    <div id="celldiv_[% bt.id | html %]" class="[% div_class | html %]">
88
                                    <div id="celldiv_[% bt.id | html %]" class="[% div_class | html %]">
87
                                        <div class="enable_cost_input" data-cost-id="[% bt.id | html %]">[% IF bt.disabled %]&nbsp;[% ELSE %][% bt.value | html %][% END %]</div>
89
                                        <div class="enable_cost_input" data-cost-id="[% bt.id | html %]">[% IF bt.disabled %]&nbsp;[% ELSE %][% bt.value | html %][% END %]</div>
88
- 

Return to bug 40655