Default Print Templates - PINES Customizations
authorTerran McCanna <tmccanna@georgialibraries.org>
Wed, 9 Aug 2017 18:05:16 +0000 (14:05 -0400)
committerChris Sharp <csharp@georgialibraries.org>
Wed, 9 Aug 2017 18:37:54 +0000 (14:37 -0400)
Customized default print templates for PINES so that each library
will have a good starting point to work from.

Signed-off-by: Terran McCanna <tmccanna@georgialibraries.org>
Open-ILS/src/templates/staff/share/print_templates/t_hold_transit_slip.tt2
Open-ILS/src/templates/staff/share/print_templates/t_transit_slip.tt2

index af614dc..e8370bc 100644 (file)
@@ -1,4 +1,4 @@
-<div style="text-align:center;font-weight:bold;font-size:4em;">___/___</div>
+<div style="text-align:center;font-weight:bold;font-size:4em;">{{dest_courier_code}}</div>
 <div style="text-align:center;font-weight:bold;font-size:2.5em;">{{dest_location.shortname}}</div>
 <br/>
 <hr/>
@@ -12,4 +12,4 @@
 <tr><td>Request Date: &nbsp;</td><td>{{hold.request_time | date:"M/d/yyyy"}}</td></tr>
 </table>
 <hr/>
-<div>{{current_location.shortname}} {{today | date:'short'}}</div>
\ No newline at end of file
+<div>{{current_location.shortname}} {{today | date:'short'}}</div>
index 6c1b549..a16662a 100644 (file)
@@ -1,4 +1,4 @@
-<div style="text-align:center;font-weight:bold;font-size:4em;">___/___</div>
+<div style="text-align:center;font-weight:bold;font-size:4em;">{{dest_courier_code}}</div>
 <div style="text-align:center;font-weight:bold;font-size:2.5em;">{{dest_location.shortname}}</div>
 <br/>
 <hr/>
@@ -11,4 +11,4 @@
 <tr><td>Barcode: &nbsp;</td><td>{{copy.barcode}}</td></tr>
 </table>
 <hr/>
-<div>{{current_location.shortname}} {{today | date:'short'}}</div>
\ No newline at end of file
+<div>{{current_location.shortname}} {{today | date:'short'}}</div>