Koha/koha-tmpl/intranet-tmpl/prog/en/modules/help/patroncards/edit-layout.tt
Jonathan Druart 674c32a094 Bug 18817: Update links with anchor automatically
I generate a mapping files (old anchor > new anchor) from the doc files.
Here are the links that have been updated automatically

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>

Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
2017-08-25 10:22:14 -03:00

36 lines
2.2 KiB
Text

[% INCLUDE 'help-top.inc' %]
<h1>Layouts</h1>
<p>A layout defines the text and images that will be printed on to the card and where it will appear.</p>
<h2>Add a Layout</h2>
<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>
<p>Using the form that appears you can create a profile to fix any problems with your template.</p>
<ul>
<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>
<li>The Units pull down is used to define what measurement scale you're going to be using for your layout.&nbsp;</li>
<li>Next note if this layout is for the front or the back of the patron card
<ul>
<li>You will need a layout for both the front and back of your card if you have 2-sided library cards</li>
</ul>
</li>
<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>
<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>
<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>
<li>Finally you can choose up to two images to print on the card.
<ul>
<li>One can be the patron image which you can resize to meet your needs.</li>
<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>
</ul>
</li>
</ul>
<p>After saving, your layouts will appear on the 'Manage Layouts' page.</p>
<p><strong>See the full documentation for the Patron Card Layouts in the <a href="http://koha-community.org/manual/[% helpVersion %]/html/03_tools.html#layouts">manual</a> (online).</strong></p>
[% INCLUDE 'help-bottom.inc' %]