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

(-)a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss (+3 lines)
Lines 4380-4385 input.renew { Link Here
4380
        border-spacing: 0;
4380
        border-spacing: 0;
4381
4381
4382
        tbody {
4382
        tbody {
4383
            #to_from {
4384
                z-index: 999;
4385
            }
4383
            tr {
4386
            tr {
4384
                th,
4387
                th,
4385
                td {
4388
                td {
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/transport-cost-matrix.tt (-2 / +1 lines)
Lines 67-73 Link Here
67
67
68
                <table>
68
                <table>
69
                    <tr>
69
                    <tr>
70
                        <th>From \ To</th>
70
                        <th id="to_from">From \ To</th>
71
                        [% FOR b IN Branches.all() %]
71
                        [% FOR b IN Branches.all() %]
72
                        <th>[% b.branchname | html %]</th>
72
                        <th>[% b.branchname | html %]</th>
73
                        [% END %]
73
                        [% END %]
74
- 

Return to bug 36559