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

(-)a/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css (+5 lines)
Lines 2582-2584 fieldset.rows table.mceListBox { Link Here
2582
    -webkit-box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, .5);
2582
    -webkit-box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, .5);
2583
    box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, .5);
2583
    box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, .5);
2584
}
2584
}
2585
2586
.font-weight-normal {
2587
    font-weight: normal;
2588
}
2589
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt (-2 / +1 lines)
Lines 293-299 Link Here
293
    <tfoot>
293
    <tfoot>
294
        [% FOREACH key IN funds.keys.sort %]
294
        [% FOREACH key IN funds.keys.sort %]
295
            <tr>
295
            <tr>
296
                <td colspan="6" class="total"> &nbsp; </td>
296
                <td colspan="6" class="total font-weight-normal"><i>(GST exc.)</i></td>
297
                <td><i>Subtotal for</i> [% key %]</td>
297
                <td><i>Subtotal for</i> [% key %]</td>
298
                <td>[% currency( funds.$key.estimated ) %]</td>
298
                <td>[% currency( funds.$key.estimated ) %]</td>
299
                <td>[% currency( funds.$key.actual ) %]</td>
299
                <td>[% currency( funds.$key.actual ) %]</td>
300
- 

Return to bug 8037