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

(-)a/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css (+4 lines)
Lines 2578-2580 fieldset.rows table.mceListBox { Link Here
2578
#selections span { margin:3px;padding:3px;background-color:#EBF3FF;-moz-border-radius:5px;border-radius:5px;white-space:nowrap;line-height:240%;font-size:75%; }
2578
#selections span { margin:3px;padding:3px;background-color:#EBF3FF;-moz-border-radius:5px;border-radius:5px;white-space:nowrap;line-height:240%;font-size:75%; }
2579
#selections span.selected { background-color : #CCE0FC; }
2579
#selections span.selected { background-color : #CCE0FC; }
2580
#selections input { vertical-align:middle;margin:0 2px; }
2580
#selections input { vertical-align:middle;margin:0 2px; }
2581
2582
.font-weight-normal {
2583
    font-weight: normal;
2584
}
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt (-2 / +1 lines)
Lines 287-293 Link Here
287
    <tfoot>
287
    <tfoot>
288
        [% FOREACH key IN funds.keys.sort %]
288
        [% FOREACH key IN funds.keys.sort %]
289
            <tr>
289
            <tr>
290
                <td colspan="6" class="total"> &nbsp; </td>
290
                <td colspan="6" class="total font-weight-normal"><i>(GST exc.)</i></td>
291
                <td><i>Subtotal for</i> [% key %]</td>
291
                <td><i>Subtotal for</i> [% key %]</td>
292
                <td>[% currency( funds.$key.estimated ) %]</td>
292
                <td>[% currency( funds.$key.estimated ) %]</td>
293
                <td>[% currency( funds.$key.actual ) %]</td>
293
                <td>[% currency( funds.$key.actual ) %]</td>
294
- 

Return to bug 8037