Bug 8037: (follow-up) adds the note "GST exc." for subtotals by fund
authorKyle M Hall <kyle@bywatersolutions.com>
Wed, 8 May 2013 13:06:17 +0000 (09:06 -0400)
committerGalen Charlton <gmc@esilibrary.com>
Thu, 31 Oct 2013 14:53:17 +0000 (14:53 +0000)
Signed-off-by: Pierre Angot <tredok.pierre@gmail.com>
Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com>
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css
koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt

index 755a02a..029767f 100644 (file)
@@ -2713,3 +2713,7 @@ span.browse-button {
 #merge_table tr.active td {
     background-color: #FFFFCC;
 }
+
+.font-weight-normal {
+    font-weight: normal;
+}
index d208802..ba4fc86 100644 (file)
     <tfoot>
         [% FOREACH key IN funds.keys.sort %]
             <tr>
-                <td colspan="6" class="total"> &nbsp; </td>
+                <td colspan="6" class="total font-weight-normal"><i>(GST exc.)</i></td>
                 <td><i>Subtotal for</i> [% key %]</td>
                 <td>[% currency( funds.$key.estimated ) %]</td>
                 <td>[% currency( funds.$key.actual ) %]</td>