]> git.evergreen-ils.org Git - working/Evergreen.git/blob - docs/admin/lsa-receipt_template_editor.txt
Documentation: Add triggered events and holds management docs from ESI.
[working/Evergreen.git] / docs / admin / lsa-receipt_template_editor.txt
1 Receipt Template Editor
2 -----------------------
3
4 Print Holds Slip with Landscape Layout
5 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
6
7 This feature enables you to use Mozilla-specific CSS to print holds with a
8 landscape layout. To use the landscape layout:
9
10 . Click *Admin* -> *Workstation Administration* -> *Receipt Template Editor*.
11 . Select *hold transit slip* from the *Template Name* drop down menu.
12 . Enter <div> before and after the block of text that you wish to rotate.
13 . Enter the stylesheet text in the <div> bracket that appears before the block
14 of text that you wish to rotate:  
15 +
16 ------------------------
17 <div style="moz-transform: rotate(90deg);">
18 ------------------------
19 +
20 . When you click out of this box, notice that the text in the *Preview* box on
21 the left side of the screen has rotated 90 degrees.
22 . You can further customize the look of the text by adjusting its height and
23 width.  The height and width that you specify will be unique to your printer.
24 For example, you could add the following height and width to your rotated text:
25 +
26 ------------------------
27 <div style="moz-transform: rotate(90deg);height: 300px; width: 200px;">
28 ------------------------
29 +
30 image::media/Print_Holds_Slip1.jpg[Print_Holds_Slip1]
31 +
32 . The holds slip will print with the configured text in a landscape layout:
33 +
34 image::media/Print_Holds_Slip2.jpg[Print_Holds_Slip2]