Bug 20706: Fixes the links to the manual to reflect chanced chapter file names
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / help / patroncards / edit-layout.tt
1 [% INCLUDE 'help-top.inc' %]
2
3 <h1>Layouts</h1>
4
5 <p>A layout defines the text and images that will be printed on to the card and where it will appear.</p>
6
7 <h2>Add a Layout</h2>
8
9 <p>To add a new layout, you want to click on the 'Layouts' button at the top of your page and choose 'New Layout'</p>
10
11 <p>Using the form that appears you can create a profile to fix any problems with your template.</p>
12
13 <ul>
14         <li>The name you assign to the layout is for your benefit, name it something that will be easy to identify at a later date</li>
15         <li>The Units pull down is used to define what measurement scale you're going to be using for your layout.&nbsp;</li>
16         <li>Next note if this layout is for the front or the back of the patron card
17 <ul>
18         <li>You will need a layout for both the front and back of your card if you have 2-sided library cards</li>
19 </ul>
20 </li>
21         <li>You have the option of adding up to 3 lines of text to your card. Your text can be static text of your choosing and/or fields from the patron record. If you want to print fields from the patron record you want to put the field names in brackets like so - &lt;firstname&gt;</li>
22         <li>For each line of text, you can choose your font, font size and the location of the text on the card using the lower X and Y coordinates</li>
23         <li>In order to show the barcode and the patron card number you will need to check the 'Print Card Number as Barcode' option. This will turn the patron card number into a barcode. If you want the number to print in human readable format you will need to check the 'Print Card Number as Text Under Barcode' option.</li>
24         <li>Finally you can choose up to two images to print on the card.
25 <ul>
26         <li>One can be the patron image which you can resize to meet your needs.</li>
27         <li>The other image can be something like a library logo or symbol that you uploaded using the 'Manage Images' module of the Patron Card Creator Tool.</li>
28 </ul>
29 </li>
30 </ul>
31
32 <p>After saving, your layouts will appear on the 'Manage Layouts' page.</p>
33
34 <p><strong>See the full documentation for the Patron Card Layouts in the <a href="http://koha-community.org/manual/[% helpVersion %]/html/tools.html#layouts">manual</a> (online).</strong></p>
35
36 [% INCLUDE 'help-bottom.inc' %]