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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/transport-cost-matrix.tt (-2 / +1 lines)
Lines 68-74 Link Here
68
                            [% ELSE %]
68
                            [% ELSE %]
69
                            <div id="celldiv_[% bt.id | html %]">
69
                            <div id="celldiv_[% bt.id | html %]">
70
                            [% END %]
70
                            [% END %]
71
                            <div class="enable_cost_input" data-cost-id="[% bt.id | html %]">[% bt.disabled ? '&nbsp;' : bt.value | html %]</div>
71
                            <div class="enable_cost_input" data-cost-id="[% bt.id | html %]">[% IF bt.disabled %]&nbsp;[% ELSE %][% bt.value | html %][% END %]</div>
72
                            <input type="hidden" name="cost_[% bt.id | html %]" value="[% bt.value | html %]" />
72
                            <input type="hidden" name="cost_[% bt.id | html %]" value="[% bt.value | html %]" />
73
                            [% IF bt.disabled %]
73
                            [% IF bt.disabled %]
74
                            <input type="hidden" name="disable_[% bt.id | html %]" value="1" />
74
                            <input type="hidden" name="disable_[% bt.id | html %]" value="1" />
75
- 

Return to bug 21279