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

(-)a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss (-1 / +4 lines)
Lines 4369-4374 input.renew { Link Here
4369
        border-spacing: 0;
4369
        border-spacing: 0;
4370
4370
4371
        tbody {
4371
        tbody {
4372
            #to_from {
4373
                z-index: 999;
4374
            }
4372
            tr {
4375
            tr {
4373
                th,
4376
                th,
4374
                td {
4377
                td {
Lines 4886-4889 div .suggestion_note { Link Here
4886
    bottom: 40px;
4889
    bottom: 40px;
4887
    right: 40px;
4890
    right: 40px;
4888
    z-index: 1000;
4891
    z-index: 1000;
4889
}
4892
}
(-)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