View | Details | Raw Unified | Return to bug 2780
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/card-print.tt (-3 / +3 lines)
Lines 1-5 Link Here
1
    [% INCLUDE 'doc-head-open.inc' %]
1
    [% INCLUDE 'doc-head-open.inc' %]
2
    <title>Koha &rsaquo; Tools &rsaquo; Patron Card Creator &rsaquo; Patron Card Printing/Exporting</title>
2
    <title>Koha &rsaquo; Tools &rsaquo; Patron Card Creator &rsaquo; Patron card printing/exporting</title>
3
    [% INCLUDE 'doc-head-close.inc' %]
3
    [% INCLUDE 'doc-head-close.inc' %]
4
    <script type="text/JavaScript" language="JavaScript">
4
    <script type="text/JavaScript" language="JavaScript">
5
        //<![CDATA[
5
        //<![CDATA[
Lines 27-33 Link Here
27
                        <tr>
27
                        <tr>
28
                            [% IF ( batche.label_ids ) %]
28
                            [% IF ( batche.label_ids ) %]
29
                            <td class="borderless">
29
                            <td class="borderless">
30
                                [% batche.label_count %] Single Cards
30
                                [% batche.label_count %] Single cards
31
                            </td>
31
                            </td>
32
                            <td class="borderless">
32
                            <td class="borderless">
33
                                <h1 id="pdf">
33
                                <h1 id="pdf">
Lines 65-71 Link Here
65
                            </td>
65
                            </td>
66
                            [% ELSE %]
66
                            [% ELSE %]
67
                            <td class="borderless">
67
                            <td class="borderless">
68
                                Card Batch Number [% batche.batch_id %]
68
                                Card batch number [% batche.batch_id %]
69
                            </td>
69
                            </td>
70
                            <td class="borderless">
70
                            <td class="borderless">
71
                                <h1 id="pdf">
71
                                <h1 id="pdf">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/edit-batch.tt (-6 / +6 lines)
Lines 1-5 Link Here
1
    [% INCLUDE 'doc-head-open.inc' %]
1
    [% INCLUDE 'doc-head-open.inc' %]
2
    <title>Koha &rsaquo; Tools &rsaquo; Patron Card Creator &rsaquo; Manage Patron Card Batches</title>
2
    <title>Koha &rsaquo; Tools &rsaquo; Patron card creator &rsaquo; Manage patron card batches</title>
3
    [% INCLUDE 'doc-head-close.inc' %]
3
    [% INCLUDE 'doc-head-close.inc' %]
4
    [% INCLUDE 'greybox.inc' %]
4
    [% INCLUDE 'greybox.inc' %]
5
    <script type="text/javascript">
5
    <script type="text/javascript">
Lines 25-33 Link Here
25
    <div id="breadcrumbs">
25
    <div id="breadcrumbs">
26
        <a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo;
26
        <a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo;
27
        <a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a> &rsaquo;
27
        <a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a> &rsaquo;
28
        <a href="/cgi-bin/koha/patroncards/home.pl">Patron Card Creator</a> &rsaquo;
28
        <a href="/cgi-bin/koha/patroncards/home.pl">Patron card creator</a> &rsaquo;
29
        <a href="/cgi-bin/koha/patroncards/manage.pl?card_element=batch">Manage Patron Card Batches</a> &rsaquo;
29
        <a href="/cgi-bin/koha/patroncards/manage.pl?card_element=batch">Manage patron card batches</a> &rsaquo;
30
        Manage Batch Number [% batch_id %]
30
        Manage batch number [% batch_id %]
31
    </div>
31
    </div>
32
    <div id="doc3" class="yui-t2">
32
    <div id="doc3" class="yui-t2">
33
        <div id="bd">
33
        <div id="bd">
Lines 37-43 Link Here
37
                    [% INCLUDE 'error-messages.inc' %]
37
                    [% INCLUDE 'error-messages.inc' %]
38
                    <div class="yui-g">
38
                    <div class="yui-g">
39
                        <div class="yui-u first" id="manage-patroncard-batches">
39
                        <div class="yui-u first" id="manage-patroncard-batches">
40
                            <div class="hint">Current Library: [% LoginBranchname %]</div>
40
                            <div class="hint">Current library: [% LoginBranchname %]</div>
41
                                [% IF ( table_loop ) %]
41
                                [% IF ( table_loop ) %]
42
                                <form name="items" class="checkboxed">
42
                                <form name="items" class="checkboxed">
43
                                    <h2>Items in batch number [% batch_id %]</h2>
43
                                    <h2>Items in batch number [% batch_id %]</h2>
Lines 64-70 Link Here
64
                                    </table>
64
                                    </table>
65
                                </form>
65
                                </form>
66
                                [% ELSE %]
66
                                [% ELSE %]
67
                                    <div class="dialog message"><h4>There are no items in Batch [% batch_id %] yet</h4>
67
                                    <div class="dialog message"><h4>There are no items in batch [% batch_id %] yet</h4>
68
                                    <p>Use the toolbar above to add items.</p></div>
68
                                    <p>Use the toolbar above to add items.</p></div>
69
                                [% END %]
69
                                [% END %]
70
                            </div>
70
                            </div>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/edit-layout.tt (-37 / +37 lines)
Lines 1-5 Link Here
1
    [% INCLUDE 'doc-head-open.inc' %]
1
    [% INCLUDE 'doc-head-open.inc' %]
2
    <title>Koha &rsaquo; Tools &rsaquo; Patron Card Creator</title>
2
    <title>Koha &rsaquo; Tools &rsaquo; Patron card creator</title>
3
    [% INCLUDE 'doc-head-close.inc' %]
3
    [% INCLUDE 'doc-head-close.inc' %]
4
    <script type="text/JavaScript" language="JavaScript">
4
    <script type="text/JavaScript" language="JavaScript">
5
        //<![CDATA[
5
        //<![CDATA[
Lines 139-147 Link Here
139
    <div id="breadcrumbs">
139
    <div id="breadcrumbs">
140
        <a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo;
140
        <a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo;
141
        <a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a> &rsaquo;
141
        <a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a> &rsaquo;
142
        <a href="/cgi-bin/koha/patroncards/home.pl">Patron Card Creator</a> &rsaquo;
142
        <a href="/cgi-bin/koha/patroncards/home.pl">Patron card creator</a> &rsaquo;
143
        <a href="/cgi-bin/koha/patroncards/manage.pl?card_element=layout">Manage Patron Card Layouts</a> &rsaquo;
143
        <a href="/cgi-bin/koha/patroncards/manage.pl?card_element=layout">Manage patron card layouts</a> &rsaquo;
144
        [% IF ( layout_id ) %]Edit[% ELSE %]Create[% END %] Patron Card Layout
144
        [% IF ( layout_id ) %]Edit[% ELSE %]Create[% END %] patron card layout
145
    </div>
145
    </div>
146
    <div id="doc3" class="yui-t2">
146
    <div id="doc3" class="yui-t2">
147
        <div id="bd">
147
        <div id="bd">
Lines 152-164 Link Here
152
                <div class="yui-g">
152
                <div class="yui-g">
153
                <div class="yui-g first">
153
                <div class="yui-g first">
154
                        <fieldset class="rows">
154
                        <fieldset class="rows">
155
                            <legend>[% IF ( layout_id ) %]Edit[% ELSE %]Create[% END %] Patron Card Text Layout</legend>
155
                            <legend>[% IF ( layout_id ) %]Edit[% ELSE %]Create[% END %] Patron card text layout</legend>
156
                            <ol>
156
                            <ol>
157
                                <li>
157
                                <li>
158
                                <fieldset>
158
                                <fieldset>
159
                                <legend>General Settings</legend>
159
                                <legend>General settings</legend>
160
                                <li>
160
                                <li>
161
                                    <label for="layout_name">Layout Name</label>
161
                                    <label for="layout_name">Layout name</label>
162
                                    <input type="text" name="layout_name" id="layout_name" size="20" value="[% layout_name %]" />
162
                                    <input type="text" name="layout_name" id="layout_name" size="20" value="[% layout_name %]" />
163
                                </li>
163
                                </li>
164
                                <li>
164
                                <li>
Lines 176-182 Link Here
176
                                    </select>
176
                                    </select>
177
                                </li>
177
                                </li>
178
                                <li>
178
                                <li>
179
                                    <label for="page_side">Page Side:</label>
179
                                    <label for="page_side">Page side:</label>
180
                                    [% IF ( page_side ) %]
180
                                    [% IF ( page_side ) %]
181
                                    <input type="radio" name="page_side" id="page_side" value="F" />Front
181
                                    <input type="radio" name="page_side" id="page_side" value="F" />Front
182
                                    <input type="radio" name="page_side" id="page_side" value="B" checked="checked" />Back
182
                                    <input type="radio" name="page_side" id="page_side" value="B" checked="checked" />Back
Lines 186-192 Link Here
186
                                    [% END %]
186
                                    [% END %]
187
                                </li>
187
                                </li>
188
                                <li>
188
                                <li>
189
                                    <label for="guide_box">Guide Box:</label>
189
                                    <label for="guide_box">Guide box:</label>
190
                                    [% IF ( guide_box ) %]
190
                                    [% IF ( guide_box ) %]
191
                                    <input type="radio" name="guide_box" id="guide_box" value="1" checked="checked" />On
191
                                    <input type="radio" name="guide_box" id="guide_box" value="1" checked="checked" />On
192
                                    <input type="radio" name="guide_box" id="guide_box" value="0" />Off
192
                                    <input type="radio" name="guide_box" id="guide_box" value="0" />Off
Lines 199-205 Link Here
199
                                </li>
199
                                </li>
200
                                <li>
200
                                <li>
201
                                    <fieldset>
201
                                    <fieldset>
202
                                    <legend>Text Fields</legend>
202
                                    <legend>Text fields</legend>
203
                                        <li>
203
                                        <li>
204
                                            <fieldset>
204
                                            <fieldset>
205
                                            [% IF ( field_1 ) %]
205
                                            [% IF ( field_1 ) %]
Lines 225-236 Link Here
225
                                                </select>
225
                                                </select>
226
                                            </li>
226
                                            </li>
227
                                            <li>
227
                                            <li>
228
                                                <label for="field_1_font_size">Font Size</label>
228
                                                <label for="field_1_font_size">Font size</label>
229
                                                <input type="text" name="field_1_font_size" id="field_1_font_size" size="2" value="[% field_1_font_size |html %]" />
229
                                                <input type="text" name="field_1_font_size" id="field_1_font_size" size="2" value="[% field_1_font_size |html %]" />
230
                                                <span class="font_unit"> pt</span>
230
                                                <span class="font_unit"> pt</span>
231
                                            </li>
231
                                            </li>
232
                                            <li>
232
                                            <li>
233
                                                <label for="field_1_text_alignment">Text Alignment</label>
233
                                                <label for="field_1_text_alignment">Text alignment</label>
234
                                                <select name="field_1_text_alignment" id="field_1_text_alignment">
234
                                                <select name="field_1_text_alignment" id="field_1_text_alignment">
235
                                                    [% FOREACH field_1_text_alignmen IN field_1_text_alignment %]
235
                                                    [% FOREACH field_1_text_alignmen IN field_1_text_alignment %]
236
                                                    [% IF ( field_1_text_alignmen.selected ) %]
236
                                                    [% IF ( field_1_text_alignmen.selected ) %]
Lines 242-252 Link Here
242
                                                </select>
242
                                                </select>
243
                                            </li>
243
                                            </li>
244
                                            <li>
244
                                            <li>
245
                                                <label for="field_1_llx">Lower Left X Coordinate</label>
245
                                                <label for="field_1_llx">Lower left X coordinate</label>
246
                                                <input type="text" name="field_1_llx" id="field_1_llx" size="2" value="[% field_1_llx |html %]" />
246
                                                <input type="text" name="field_1_llx" id="field_1_llx" size="2" value="[% field_1_llx |html %]" />
247
                                            </li>
247
                                            </li>
248
                                            <li>
248
                                            <li>
249
                                                <label for="field_1_lly">Lower Left Y Coordinate</label>
249
                                                <label for="field_1_lly">Lower left Y coordinate</label>
250
                                                <input type="text" name="field_1_lly" id="field_1_lly" size="2" value="[% field_1_lly |html %]" />
250
                                                <input type="text" name="field_1_lly" id="field_1_lly" size="2" value="[% field_1_lly |html %]" />
251
                                            </li>
251
                                            </li>
252
                                            </div>
252
                                            </div>
Lines 277-288 Link Here
277
                                                </select>
277
                                                </select>
278
                                            </li>
278
                                            </li>
279
                                            <li>
279
                                            <li>
280
                                                <label for="field_2_font_size">Font Size</label>
280
                                                <label for="field_2_font_size">Font size</label>
281
                                                <input type="text" name="field_2_font_size" id="field_2_font_size" size="2" value="[% field_2_font_size |html %]" />
281
                                                <input type="text" name="field_2_font_size" id="field_2_font_size" size="2" value="[% field_2_font_size |html %]" />
282
                                                <span class="font_unit"> pt</span>
282
                                                <span class="font_unit"> pt</span>
283
                                            </li>
283
                                            </li>
284
                                            <li>
284
                                            <li>
285
                                                <label for="field_2_text_alignment">Text Alignment</label>
285
                                                <label for="field_2_text_alignment">Text alignment</label>
286
                                                <select name="field_2_text_alignment" id="field_2_text_alignment">
286
                                                <select name="field_2_text_alignment" id="field_2_text_alignment">
287
                                                    [% FOREACH field_2_text_alignmen IN field_2_text_alignment %]
287
                                                    [% FOREACH field_2_text_alignmen IN field_2_text_alignment %]
288
                                                    [% IF ( field_2_text_alignmen.selected ) %]
288
                                                    [% IF ( field_2_text_alignmen.selected ) %]
Lines 294-304 Link Here
294
                                                </select>
294
                                                </select>
295
                                            </li>
295
                                            </li>
296
                                            <li>
296
                                            <li>
297
                                                <label for="field_2_llx">Lower Left X Coordinate</label>
297
                                                <label for="field_2_llx">Lower left X coordinate</label>
298
                                                <input type="text" name="field_2_llx" id="field_2_llx" size="2" value="[% field_2_llx |html %]" />
298
                                                <input type="text" name="field_2_llx" id="field_2_llx" size="2" value="[% field_2_llx |html %]" />
299
                                            </li>
299
                                            </li>
300
                                            <li>
300
                                            <li>
301
                                                <label for="field_2_lly">Lower Left Y Coordinate</label>
301
                                                <label for="field_2_lly">Lower left Y coordinate</label>
302
                                                <input type="text" name="field_2_lly" id="field_2_lly" size="2" value="[% field_2_lly |html %]" />
302
                                                <input type="text" name="field_2_lly" id="field_2_lly" size="2" value="[% field_2_lly |html %]" />
303
                                            </li>
303
                                            </li>
304
                                            </div>
304
                                            </div>
Lines 329-340 Link Here
329
                                                </select>
329
                                                </select>
330
                                            </li>
330
                                            </li>
331
                                            <li>
331
                                            <li>
332
                                                <label for="field_3_font_size">Font Size</label>
332
                                                <label for="field_3_font_size">Font size</label>
333
                                                <input type="text" name="field_3_font_size" id="field_3_font_size" size="2" value="[% field_3_font_size |html %]" />
333
                                                <input type="text" name="field_3_font_size" id="field_3_font_size" size="2" value="[% field_3_font_size |html %]" />
334
                                                <span class="font_unit"> pt</span>
334
                                                <span class="font_unit"> pt</span>
335
                                            </li>
335
                                            </li>
336
                                            <li>
336
                                            <li>
337
                                                <label for="field_3_text_alignment">Text Alignment</label>
337
                                                <label for="field_3_text_alignment">Text alignment</label>
338
                                                <select name="field_3_text_alignment" id="field_3_text_alignment">
338
                                                <select name="field_3_text_alignment" id="field_3_text_alignment">
339
                                                    [% FOREACH field_3_text_alignmen IN field_3_text_alignment %]
339
                                                    [% FOREACH field_3_text_alignmen IN field_3_text_alignment %]
340
                                                    [% IF ( field_3_text_alignmen.selected ) %]
340
                                                    [% IF ( field_3_text_alignmen.selected ) %]
Lines 346-356 Link Here
346
                                                </select>
346
                                                </select>
347
                                            </li>
347
                                            </li>
348
                                            <li>
348
                                            <li>
349
                                                <label for="field_3_llx">Lower Left X Coordinate</label>
349
                                                <label for="field_3_llx">Lower left X coordinate</label>
350
                                                <input type="text" name="field_3_llx" id="field_3_llx" size="2" value="[% field_3_llx |html %]" />
350
                                                <input type="text" name="field_3_llx" id="field_3_llx" size="2" value="[% field_3_llx |html %]" />
351
                                            </li>
351
                                            </li>
352
                                            <li>
352
                                            <li>
353
                                                <label for="field_3_lly">Lower Left Y Coordinate</label>
353
                                                <label for="field_3_lly">Lower left Y coordinate</label>
354
                                                <input type="text" name="field_3_lly" id="field_3_lly" size="2" value="[% field_3_lly |html %]" />
354
                                                <input type="text" name="field_3_lly" id="field_3_lly" size="2" value="[% field_3_lly |html %]" />
355
                                            </li>
355
                                            </li>
356
                                            </div>
356
                                            </div>
Lines 367-378 Link Here
367
                </div>
367
                </div>
368
                <div class="yui-g">
368
                <div class="yui-g">
369
                    <fieldset class="rows">
369
                    <fieldset class="rows">
370
                    <legend>[% IF ( layout_id ) %]Edit[% ELSE %]Create[% END %] Patron Card Graphic Layout</legend>
370
                    <legend>[% IF ( layout_id ) %]Edit[% ELSE %]Create[% END %] Patron card graphic layout</legend>
371
                    <ol>
371
                    <ol>
372
<!--
372
<!--
373
                            <li>
373
                            <li>
374
                                <fieldset>
374
                                <fieldset>
375
                                <label for="guidebox">Draw Guide Boxes</label>
375
                                <label for="guidebox">Draw guide boxes</label>
376
                                [% IF ( guidebox ) %]
376
                                [% IF ( guidebox ) %]
377
                                <input type="checkbox" name="guidebox" id="guidebox" value="1"  checked="checked" />
377
                                <input type="checkbox" name="guidebox" id="guidebox" value="1"  checked="checked" />
378
                                [% ELSE %]
378
                                [% ELSE %]
Lines 385-391 Link Here
385
                            <fieldset>
385
                            <fieldset>
386
                                <legend>Barcode</legend>
386
                                <legend>Barcode</legend>
387
                                <li>
387
                                <li>
388
                                    <label for="barcode_print">Print Card Number as Barcode</label>
388
                                    <label for="barcode_print">Print card number as barcode</label>
389
                                    [% IF ( barcode_print ) %]
389
                                    [% IF ( barcode_print ) %]
390
                                    <input type="checkbox" name="barcode_print" id="barcode_print" value="1" checked="checked" />
390
                                    <input type="checkbox" name="barcode_print" id="barcode_print" value="1" checked="checked" />
391
                                    [% ELSE %]
391
                                    [% ELSE %]
Lines 394-408 Link Here
394
                                </li>
394
                                </li>
395
                                <div id="barcode_param" style="display: none;">
395
                                <div id="barcode_param" style="display: none;">
396
                                <li>
396
                                <li>
397
                                    <label for="barcode_llx">Lower Left X Coordinate</label>
397
                                    <label for="barcode_llx">Lower left X coordinate</label>
398
                                    <input type="text" name="barcode_llx" id="barcode_llx" size="2" value="[% barcode_llx |html %]" />
398
                                    <input type="text" name="barcode_llx" id="barcode_llx" size="2" value="[% barcode_llx |html %]" />
399
                                </li>
399
                                </li>
400
                                <li>
400
                                <li>
401
                                    <label for="barcode_lly">Lower Left Y Coordinate</label>
401
                                    <label for="barcode_lly">Lower left Y coordinate</label>
402
                                    <input type="text" name="barcode_lly" id="barcode_lly" size="2" value="[% barcode_lly |html %]" />
402
                                    <input type="text" name="barcode_lly" id="barcode_lly" size="2" value="[% barcode_lly |html %]" />
403
                                </li>
403
                                </li>
404
                                <li>
404
                                <li>
405
                                    <label for="barcode_type">Barcode Type</label>
405
                                    <label for="barcode_type">Barcode type</label>
406
                                    <select name="barcode_type" id="barcode_type">
406
                                    <select name="barcode_type" id="barcode_type">
407
                                        [% FOREACH barcode_typ IN barcode_type %]
407
                                        [% FOREACH barcode_typ IN barcode_type %]
408
                                        [% IF ( barcode_typ.selected ) %]
408
                                        [% IF ( barcode_typ.selected ) %]
Lines 414-420 Link Here
414
                                    </select>
414
                                    </select>
415
                                </li>
415
                                </li>
416
                                <li>
416
                                <li>
417
                                    <label for="barcode_text_print">Print Card Number as Text Under Barcode</label>
417
                                    <label for="barcode_text_print">Print card number as text under barcode</label>
418
                                    [% IF ( barcode_text_print ) %]
418
                                    [% IF ( barcode_text_print ) %]
419
                                    <input type="checkbox" name="barcode_text_print" id="barcode_text_print" value="1" checked="checked" />
419
                                    <input type="checkbox" name="barcode_text_print" id="barcode_text_print" value="1" checked="checked" />
420
                                    [% ELSE %]
420
                                    [% ELSE %]
Lines 431-437 Link Here
431
                                    <fieldset>
431
                                    <fieldset>
432
                                    <legend>Image 1</legend>
432
                                    <legend>Image 1</legend>
433
                                    <li>
433
                                    <li>
434
                                        <label for="image_1_image_source">Image Source</label>
434
                                        <label for="image_1_image_source">Image source</label>
435
                                        <select name="image_1_image_source" id="image_1_image_source">
435
                                        <select name="image_1_image_source" id="image_1_image_source">
436
                                            [% FOREACH image_1_image_sourc IN image_1_image_source %]
436
                                            [% FOREACH image_1_image_sourc IN image_1_image_source %]
437
                                            [% IF ( image_1_image_sourc.selected ) %]
437
                                            [% IF ( image_1_image_sourc.selected ) %]
Lines 458-472 Link Here
458
                                    </div>
458
                                    </div>
459
                                    <div id="image_1_image_metrics" style="display: none;">
459
                                    <div id="image_1_image_metrics" style="display: none;">
460
                                    <li>
460
                                    <li>
461
                                        <label for="image_1_Dx">Display Height</label>
461
                                        <label for="image_1_Dx">Display height</label>
462
                                        <input type="text" name="image_1_Dx" id="image_1_Dx" size="2" value="[% image_1_Dx |html %]" />
462
                                        <input type="text" name="image_1_Dx" id="image_1_Dx" size="2" value="[% image_1_Dx |html %]" />
463
                                    </li>
463
                                    </li>
464
                                    <li>
464
                                    <li>
465
                                        <label for="image_1_Tx">Lower Left X Coordinate</label>
465
                                        <label for="image_1_Tx">Lower left X coordinate</label>
466
                                        <input type="text" name="image_1_Tx" id="image_1_Tx" size="2" value="[% image_1_Tx |html %]" />
466
                                        <input type="text" name="image_1_Tx" id="image_1_Tx" size="2" value="[% image_1_Tx |html %]" />
467
                                    </li>
467
                                    </li>
468
                                    <li>
468
                                    <li>
469
                                        <label for="image_1_Ty">Lower Left Y Coordinate</label>
469
                                        <label for="image_1_Ty">Lower left Y coordinate</label>
470
                                        <input type="text" name="image_1_Ty" id="image_1_Ty" size="2" value="[% image_1_Ty |html %]" />
470
                                        <input type="text" name="image_1_Ty" id="image_1_Ty" size="2" value="[% image_1_Ty |html %]" />
471
                                    </li>
471
                                    </li>
472
                                    </div>
472
                                    </div>
Lines 481-487 Link Here
481
                                    <fieldset>
481
                                    <fieldset>
482
                                    <legend>Image 2</legend>
482
                                    <legend>Image 2</legend>
483
                                    <li>
483
                                    <li>
484
                                        <label for="image_2_image_source">Image Source</label>
484
                                        <label for="image_2_image_source">Image source</label>
485
                                        <select name="image_2_image_source" id="image_2_image_source">
485
                                        <select name="image_2_image_source" id="image_2_image_source">
486
                                            [% FOREACH image_2_image_sourc IN image_2_image_source %]
486
                                            [% FOREACH image_2_image_sourc IN image_2_image_source %]
487
                                            [% IF ( image_2_image_sourc.selected ) %]
487
                                            [% IF ( image_2_image_sourc.selected ) %]
Lines 508-522 Link Here
508
                                    </div>
508
                                    </div>
509
                                    <div id="image_2_image_metrics" style="display: none;">
509
                                    <div id="image_2_image_metrics" style="display: none;">
510
                                    <li>
510
                                    <li>
511
                                        <label for="image_2_Dx">Display Height</label>
511
                                        <label for="image_2_Dx">Display height</label>
512
                                        <input type="text" name="image_2_Dx" id="image_2_Dx" size="2" value="[% image_2_Dx |html %]" />
512
                                        <input type="text" name="image_2_Dx" id="image_2_Dx" size="2" value="[% image_2_Dx |html %]" />
513
                                    </li>
513
                                    </li>
514
                                    <li>
514
                                    <li>
515
                                        <label for="image_2_Tx">Lower Left X Coordinate</label>
515
                                        <label for="image_2_Tx">Lower left X coordinate</label>
516
                                        <input type="text" name="image_2_Tx" id="image_2_Tx" size="2" value="[% image_2_Tx |html %]" />
516
                                        <input type="text" name="image_2_Tx" id="image_2_Tx" size="2" value="[% image_2_Tx |html %]" />
517
                                    </li>
517
                                    </li>
518
                                    <li>
518
                                    <li>
519
                                        <label for="image_2_Ty">Lower Left Y Coordinate</label>
519
                                        <label for="image_2_Ty">Lower left Y coordinate</label>
520
                                        <input type="text" name="image_2_Ty" id="image_2_Ty" size="2" value="[% image_2_Ty |html %]" />
520
                                        <input type="text" name="image_2_Ty" id="image_2_Ty" size="2" value="[% image_2_Ty |html %]" />
521
                                    </li>
521
                                    </li>
522
                                    </div>
522
                                    </div>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/edit-profile.tt (-5 / +5 lines)
Lines 1-5 Link Here
1
    [% INCLUDE 'doc-head-open.inc' %]
1
    [% INCLUDE 'doc-head-open.inc' %]
2
    <title>Koha &rsaquo; Tools &rsaquo; Patron Card Creator</title>
2
    <title>Koha &rsaquo; Tools &rsaquo; Patron card creator</title>
3
    [% INCLUDE 'doc-head-close.inc' %]
3
    [% INCLUDE 'doc-head-close.inc' %]
4
    <script type="text/javascript">
4
    <script type="text/javascript">
5
        //<![CDATA[
5
        //<![CDATA[
Lines 69-76 Link Here
69
    <div id="breadcrumbs">
69
    <div id="breadcrumbs">
70
        <a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo;
70
        <a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo;
71
        <a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a> &rsaquo;
71
        <a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a> &rsaquo;
72
        <a href="/cgi-bin/koha/patroncards/home.pl">Patron Card Creator</a> &rsaquo;
72
        <a href="/cgi-bin/koha/patroncards/home.pl">Patron card creator</a> &rsaquo;
73
        <a href="/cgi-bin/koha/patroncards/manage.pl?label_element=profile">Printer Profiles</a> &rsaquo;
73
        <a href="/cgi-bin/koha/patroncards/manage.pl?label_element=profile">Printer profiles</a> &rsaquo;
74
        Edit Printer Profile
74
        Edit Printer Profile
75
    </div>
75
    </div>
76
    <div id="doc3" class="yui-t2">
76
    <div id="doc3" class="yui-t2">
Lines 78-84 Link Here
78
        <div id="yui-main">
78
        <div id="yui-main">
79
            <div class="yui-b">
79
            <div class="yui-b">
80
                        <div class="yui-g">
80
                        <div class="yui-g">
81
                            <h3>Edit Printer Profile</h3>
81
                            <h3>Edit printer profile</h3>
82
                                <div class="yui-g first">
82
                                <div class="yui-g first">
83
                                    <form name="input" action="/cgi-bin/koha/patroncards/edit-profile.pl" method="get">
83
                                    <form name="input" action="/cgi-bin/koha/patroncards/edit-profile.pl" method="get">
84
                                    <fieldset class="rows"><legend>Profile settings</legend>
84
                                    <fieldset class="rows"><legend>Profile settings</legend>
Lines 103-109 Link Here
103
                                                [% IF ( label_template ) %]
103
                                                [% IF ( label_template ) %]
104
                                                 <label for="template_name">Template name:</label> [% label_template %]
104
                                                 <label for="template_name">Template name:</label> [% label_template %]
105
                                                [% ELSE %]
105
                                                [% ELSE %]
106
                                                 <span class="label">Template name:</span> Profile Unassigned
106
                                                 <span class="label">Template name:</span> Profile unassigned
107
                                                [% END %]
107
                                                [% END %]
108
                                            </li>
108
                                            </li>
109
                                            <li>
109
                                            <li>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/edit-template.tt (-17 / +17 lines)
Lines 1-5 Link Here
1
    [% INCLUDE 'doc-head-open.inc' %]
1
    [% INCLUDE 'doc-head-open.inc' %]
2
    <title>Koha &rsaquo; Tools &rsaquo; Patron Card Creator &rsaquo; Templates</title>
2
    <title>Koha &rsaquo; Tools &rsaquo; Patron card creator &rsaquo; Templates</title>
3
    [% INCLUDE 'doc-head-close.inc' %]
3
    [% INCLUDE 'doc-head-close.inc' %]
4
    <script type="text/javascript">
4
    <script type="text/javascript">
5
        //<![CDATA[
5
        //<![CDATA[
Lines 69-77 Link Here
69
    <div id="breadcrumbs">
69
    <div id="breadcrumbs">
70
        <a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo;
70
        <a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo;
71
        <a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a> &rsaquo;
71
        <a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a> &rsaquo;
72
        <a href="/cgi-bin/koha/patroncards/home.pl">Patron Card Creator</a> &rsaquo;
72
        <a href="/cgi-bin/koha/patroncards/home.pl">Patron card creator</a> &rsaquo;
73
        <a href="/cgi-bin/koha/patroncards/manage.pl?card_element=template">Patron Card Templates</a> &rsaquo;
73
        <a href="/cgi-bin/koha/patroncards/manage.pl?card_element=template">Patron card templates</a> &rsaquo;
74
        Edit Patron Card Template
74
        Edit patron card template
75
    </div>
75
    </div>
76
    <div id="doc3" class="yui-t2">
76
    <div id="doc3" class="yui-t2">
77
        <div id="bd">
77
        <div id="bd">
Lines 79-85 Link Here
79
                <div class="yui-b">
79
                <div class="yui-b">
80
                    <form name="input" action="/cgi-bin/koha/patroncards/edit-template.pl" method="get">
80
                    <form name="input" action="/cgi-bin/koha/patroncards/edit-template.pl" method="get">
81
                    <div class="yui-g">
81
                    <div class="yui-g">
82
                        <h3>Edit Patron Card Template</h3>
82
                        <h3>Edit patron card template</h3>
83
                        <div class="yui-u first">
83
                        <div class="yui-u first">
84
                            <fieldset class="rows">
84
                            <fieldset class="rows">
85
                                <ol>
85
                                <ol>
Lines 87-97 Link Here
87
                                        <span class="label">Template ID:</span>[% IF ( template_id ) %][% template_id %][% ELSE %]N/A[% END %]
87
                                        <span class="label">Template ID:</span>[% IF ( template_id ) %][% template_id %][% ELSE %]N/A[% END %]
88
                                    </li>
88
                                    </li>
89
                                    <li>
89
                                    <li>
90
                                        <label for="template_code">Template Code:</label>
90
                                        <label for="template_code">Template code:</label>
91
                                        <input type="text" size="30" maxlength="43" name="template_code" id="template_code" value="[% template_code %]" />
91
                                        <input type="text" size="30" maxlength="43" name="template_code" id="template_code" value="[% template_code %]" />
92
                                    </li>
92
                                    </li>
93
                                    <li>
93
                                    <li>
94
                                        <label for="template_desc">Template Description:</label>
94
                                        <label for="template_desc">Template description:</label>
95
                                        <textarea cols="30" rows="3" id="template_desc" name="template_desc">[% template_desc %]</textarea>
95
                                        <textarea cols="30" rows="3" id="template_desc" name="template_desc">[% template_desc %]</textarea>
96
                                    </li>
96
                                    </li>
97
                                     <li>
97
                                     <li>
Lines 111-129 Link Here
111
                                 </select>
111
                                 </select>
112
                             </li>
112
                             </li>
113
                                    <li>
113
                                    <li>
114
                                        <label for="page_height">Page Height:</label>
114
                                        <label for="page_height">Page height:</label>
115
                                        <input type="text" size="4" name="page_height" id="page_height" value="[% page_height %]" />
115
                                        <input type="text" size="4" name="page_height" id="page_height" value="[% page_height %]" />
116
                                    </li>
116
                                    </li>
117
                                    <li>
117
                                    <li>
118
                                        <label for="page_width">Page Width:</label>
118
                                        <label for="page_width">Page width:</label>
119
                                        <input type="text" size="4" name="page_width" id="page_width" value="[% page_width %]" />
119
                                        <input type="text" size="4" name="page_width" id="page_width" value="[% page_width %]" />
120
                                    </li>
120
                                    </li>
121
                                    <li>
121
                                    <li>
122
                                        <label for="card_width">Card Width:</label>
122
                                        <label for="card_width">Card width:</label>
123
                                        <input type="text" size="4" name="card_width" id="card_width" value="[% card_width %]" />
123
                                        <input type="text" size="4" name="card_width" id="card_width" value="[% card_width %]" />
124
                                    </li>
124
                                    </li>
125
                                    <li>
125
                                    <li>
126
                                        <label for="card_height">Card Height:</label>
126
                                        <label for="card_height">Card height:</label>
127
                                        <input type="text" size="4" name="card_height" id="card_height" value="[% card_height %]" />
127
                                        <input type="text" size="4" name="card_height" id="card_height" value="[% card_height %]" />
128
                                    </li>
128
                                    </li>
129
129
Lines 133-159 Link Here
133
                        <div class="yui-u">
133
                        <div class="yui-u">
134
                            <fieldset class="rows">
134
                            <fieldset class="rows">
135
                                <ol><li>
135
                                <ol><li>
136
                                    <label for="top_margin">Top Page Margin:</label>
136
                                    <label for="top_margin">Top page margin:</label>
137
                                    <input type="text" size="4" name="top_margin" id="top_margin" value="[% top_margin %]" />
137
                                    <input type="text" size="4" name="top_margin" id="top_margin" value="[% top_margin %]" />
138
                                </li>
138
                                </li>
139
                                <li>
139
                                <li>
140
                                    <label for="left_margin">Left Page Margin:</label>
140
                                    <label for="left_margin">Left page margin:</label>
141
                                    <input type="text" size="4" name="left_margin" id="left_margin" value="[% left_margin %]" />
141
                                    <input type="text" size="4" name="left_margin" id="left_margin" value="[% left_margin %]" />
142
                                </li>
142
                                </li>
143
                                    <li>
143
                                    <li>
144
                                        <label for="cols">Number of Columns:</label>
144
                                        <label for="cols">Number of columns:</label>
145
                                        <input type="text" size="4" name="cols" id="cols" value="[% cols %]" />
145
                                        <input type="text" size="4" name="cols" id="cols" value="[% cols %]" />
146
                                    </li>
146
                                    </li>
147
                                    <li>
147
                                    <li>
148
                                        <label for="rows">Number of Rows:</label>
148
                                        <label for="rows">Number of rows:</label>
149
                                        <input type="text" size="4" name="rows" id="rows" value="[% rows %]" />
149
                                        <input type="text" size="4" name="rows" id="rows" value="[% rows %]" />
150
                                    </li>
150
                                    </li>
151
                                    <li>
151
                                    <li>
152
                                        <label for="col_gap">Gap between Columns:</label>
152
                                        <label for="col_gap">Gap between columns:</label>
153
                                        <input type="text" size="4" name="col_gap" id="col_gap" value="[% col_gap %]" />
153
                                        <input type="text" size="4" name="col_gap" id="col_gap" value="[% col_gap %]" />
154
                                    </li>
154
                                    </li>
155
                                    <li>
155
                                    <li>
156
                                        <label for="row_gap">Gap between Rows:</label>
156
                                        <label for="row_gap">Gap between rows:</label>
157
                                        <input type="text" size="4" name="row_gap" id="row_gap" value="[% row_gap %]" />
157
                                        <input type="text" size="4" name="row_gap" id="row_gap" value="[% row_gap %]" />
158
                                    </li>
158
                                    </li>
159
159
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/home.tt (-6 / +6 lines)
Lines 1-5 Link Here
1
    [% INCLUDE 'doc-head-open.inc' %]
1
    [% INCLUDE 'doc-head-open.inc' %]
2
    <title>Koha &rsaquo; Tools &rsaquo; Patron Card Creator</title>
2
    <title>Koha &rsaquo; Tools &rsaquo; Patron card creator</title>
3
    [% INCLUDE 'doc-head-close.inc' %]
3
    [% INCLUDE 'doc-head-close.inc' %]
4
    <link rel="stylesheet" type="text/css" href="[% themelang %]/css/card.css" />
4
    <link rel="stylesheet" type="text/css" href="[% themelang %]/css/card.css" />
5
</head>
5
</head>
Lines 9-15 Link Here
9
    <div id="breadcrumbs">
9
    <div id="breadcrumbs">
10
        <a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo;
10
        <a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo;
11
        <a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a> &rsaquo;
11
        <a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a> &rsaquo;
12
        Patron Card Creator
12
        Patron card creator
13
    </div>
13
    </div>
14
    <div id="doc3" class="yui-t2">
14
    <div id="doc3" class="yui-t2">
15
        <div id="bd">
15
        <div id="bd">
Lines 22-29 Link Here
22
                            <div class="lci_01"></div>
22
                            <div class="lci_01"></div>
23
                            <div class="lci_02"></div>
23
                            <div class="lci_02"></div>
24
                            <div class="lci_03"></div>
24
                            <div class="lci_03"></div>
25
                                <h2>Welcome to Koha's Patron Card Creator Module</h2>
25
                                <h2>Welcome to Koha's Patron card creator module</h2>
26
                                <p>The Patron Card Creator allow you to use layouts and templates which you design to print a nearly unlimited variety of patron cards including barcodes. Here are some of the features of the Patron Card Creator module:</p>
26
                                <p>The Patron card creator allow you to use layouts and templates which you design to print a nearly unlimited variety of patron cards including barcodes. Here are some of the features of the Patron card creator module:</p>
27
                                <ul>
27
                                <ul>
28
                                    <li>Customize patron card layouts</li>
28
                                    <li>Customize patron card layouts</li>
29
                                    <li>Design custom card templates for printed patron cards</li>
29
                                    <li>Design custom card templates for printed patron cards</li>
Lines 32-39 Link Here
32
                                    <li>Export single or multiple patron cards from within a batch</li>
32
                                    <li>Export single or multiple patron cards from within a batch</li>
33
                                    <li>Export card data as a PDF readable by any standard PDF reader, making patron cards printable directly on a printer</li>
33
                                    <li>Export card data as a PDF readable by any standard PDF reader, making patron cards printable directly on a printer</li>
34
                                </ul>
34
                                </ul>
35
                                <p>At the top of each screen within the Patron Card Creator, you will see a toolbar allowing quick access to relevant functions. The menu to the left of each screen also allows easy access to the different sections of the Patron Card Creator. The breadcrumb trail near the top of each screen will give specific indication as to where you are within the Patron Card Creator module and allow quick navigation to previously traversed sections. And finally, you can find more detailed information on each section of the Patron Card Creator by clicking the online help link at the upper left-hand corner of every page.</p>
35
                                <p>At the top of each screen within the Patron card creator, you will see a toolbar allowing quick access to relevant functions. The menu to the left of each screen also allows easy access to the different sections of the Patron card creator. The breadcrumb trail near the top of each screen will give specific indication as to where you are within the Patron Card Creator module and allow quick navigation to previously traversed sections. And finally, you can find more detailed information on each section of the Patron card creator by clicking the online help link at the upper left-hand corner of every page.</p>
36
                                <p>The developers of the Patron Card Creator module hope you will find this an extremely useful tool. You are encouraged to submit any enhancement requests as well as any bugs via <a href="http://bugs.koha-community.org/">Koha Project Bugzilla</a>.</p>
36
                                <p>The developers of the Patron card creator module hope you will find this an extremely useful tool. You are encouraged to submit any enhancement requests as well as any bugs via <a href="http://bugs.koha-community.org/">Koha Project Bugzilla</a>.</p>
37
                            </div>
37
                            </div>
38
                        </div>
38
                        </div>
39
                    </div>
39
                    </div>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/image-manage.tt (-4 / +4 lines)
Lines 1-5 Link Here
1
    [% INCLUDE 'doc-head-open.inc' %]
1
    [% INCLUDE 'doc-head-open.inc' %]
2
    <title>Koha &rsaquo; Patron Card Creator &rsaquo; Manage Images</title>
2
    <title>Koha &rsaquo; Patron card creator &rsaquo; Manage images</title>
3
    [% INCLUDE 'doc-head-close.inc' %]
3
    [% INCLUDE 'doc-head-close.inc' %]
4
    <script type="text/javascript">
4
    <script type="text/javascript">
5
        //<![CDATA[
5
        //<![CDATA[
Lines 95-102 Link Here
95
<div id="breadcrumbs">
95
<div id="breadcrumbs">
96
    <a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo;
96
    <a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo;
97
    <a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a> &rsaquo;
97
    <a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a> &rsaquo;
98
    <a href="/cgi-bin/koha/patroncards/home.pl">Patron Card Creator</a> &rsaquo;
98
    <a href="/cgi-bin/koha/patroncards/home.pl">Patron card creator</a> &rsaquo;
99
    Manage Images
99
    Manage images
100
</div>
100
</div>
101
<div id="doc3" class="yui-t2">
101
<div id="doc3" class="yui-t2">
102
    <div id="bd">
102
    <div id="bd">
Lines 179-185 Link Here
179
                            </fieldset>
179
                            </fieldset>
180
                            <fieldset class="action">
180
                            <fieldset class="action">
181
                                <input type="hidden" name="op" value="delete" />
181
                                <input type="hidden" name="op" value="delete" />
182
                                <span id="delete"><input id="deletesu" type="button" id="delete" onclick="DeleteConfirm()" value="Delete Image(s)" /></span>
182
                                <span id="delete"><input id="deletesu" type="button" id="delete" onclick="DeleteConfirm()" value="Delete image(s)" /></span>
183
                                <span id="delete_cancel"><a id="canceldel" href="/cgi-bin/koha/patroncards/home.pl" class="cancel">Cancel</a></span>
183
                                <span id="delete_cancel"><a id="canceldel" href="/cgi-bin/koha/patroncards/home.pl" class="cancel">Cancel</a></span>
184
                            </fieldset>
184
                            </fieldset>
185
                        </form>
185
                        </form>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/manage.tt (-5 / +5 lines)
Lines 1-5 Link Here
1
    [% INCLUDE 'doc-head-open.inc' %]
1
    [% INCLUDE 'doc-head-open.inc' %]
2
    <title>Koha &rsaquo; Tools &rsaquo; Patron Cards &rsaquo; Manage Patron Card Elements</title>
2
    <title>Koha &rsaquo; Tools &rsaquo; Patron cards &rsaquo; Manage patron card elements</title>
3
    [% INCLUDE 'doc-head-close.inc' %]
3
    [% INCLUDE 'doc-head-close.inc' %]
4
    [% INCLUDE 'greybox.inc' %]
4
    [% INCLUDE 'greybox.inc' %]
5
    <script type="text/javascript">
5
    <script type="text/javascript">
Lines 122-129 Link Here
122
    <div id="breadcrumbs">
122
    <div id="breadcrumbs">
123
        <a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo;
123
        <a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo;
124
        <a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a> &rsaquo;
124
        <a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a> &rsaquo;
125
        <a href="/cgi-bin/koha/patroncards/home.pl">Patron Card Creator</a> &rsaquo;
125
        <a href="/cgi-bin/koha/patroncards/home.pl">Patron card creator</a> &rsaquo;
126
        Manage Card [% card_element_title %]
126
        Manage card [% card_element_title %]
127
    </div>
127
    </div>
128
    <div id="doc3" class="yui-t2">
128
    <div id="doc3" class="yui-t2">
129
        <div id="bd">
129
        <div id="bd">
Lines 133-139 Link Here
133
                    [% INCLUDE 'error-messages.inc' %]
133
                    [% INCLUDE 'error-messages.inc' %]
134
                    <div class="yui-gc">
134
                    <div class="yui-gc">
135
                        <div class="yui-u first" id="manage-patroncards-layouts">
135
                        <div class="yui-u first" id="manage-patroncards-layouts">
136
                            <div class="hint">Current Library: [% LoginBranchname %]</div>
136
                            <div class="hint">Current library: [% LoginBranchname %]</div>
137
                            [% IF ( table_loop ) %]
137
                            [% IF ( table_loop ) %]
138
                            <form name="layouts" action="/cgi-bin/koha/manage.pl?card_element=[% card_element %]">
138
                            <form name="layouts" action="/cgi-bin/koha/manage.pl?card_element=[% card_element %]">
139
                            <h2>Currently Available [% card_element_title %]</h2>
139
                            <h2>Currently Available [% card_element_title %]</h2>
Lines 168-174 Link Here
168
                            </form>
168
                            </form>
169
                            [% ELSE %]
169
                            [% ELSE %]
170
                        <div class="dialog message">
170
                        <div class="dialog message">
171
                            <h4>There Are No [% card_element_title %] Currently Available.</h4>
171
                            <h4>There are no [% card_element_title %] currently available.</h4>
172
                            <p>Use the toolbar above to create a new [% card_element %].</p></div>
172
                            <p>Use the toolbar above to create a new [% card_element %].</p></div>
173
                            [% END %]
173
                            [% END %]
174
                        </div>
174
                        </div>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/members-search.tt (-1 / +1 lines)
Lines 1-5 Link Here
1
[% INCLUDE 'doc-head-open.inc' %]
1
[% INCLUDE 'doc-head-open.inc' %]
2
<title>Koha &rsaquo; Patrons [% IF ( searching ) %]&rsaquo; Search Results[% END %]</title>
2
<title>Koha &rsaquo; Patrons [% IF ( searching ) %]&rsaquo; Search results[% END %]</title>
3
[% INCLUDE 'doc-head-close.inc' %]
3
[% INCLUDE 'doc-head-close.inc' %]
4
	<style type="text/css">
4
	<style type="text/css">
5
   		#custom-doc { width:47.23em;*width:46.04em;min-width:600px; margin:auto; text-align:left; }
5
   		#custom-doc { width:47.23em;*width:46.04em;min-width:600px; margin:auto; text-align:left; }
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/print.tt (-4 / +3 lines)
Lines 1-5 Link Here
1
    [% INCLUDE 'doc-head-open.inc' %]
1
    [% INCLUDE 'doc-head-open.inc' %]
2
    <title>Koha &rsaquo; Tools &rsaquo; Patron Cards &rsaquo; Patron Card Printing/Exporting</title>
2
    <title>Koha &rsaquo; Tools &rsaquo; Patron cards &rsaquo; Patron card printing/exporting</title>
3
    [% INCLUDE 'doc-head-close.inc' %]
3
    [% INCLUDE 'doc-head-close.inc' %]
4
    <script type="text/javascript">
4
    <script type="text/javascript">
5
        //<![CDATA[
5
        //<![CDATA[
Lines 19-25 Link Here
19
                    <fieldset>
19
                    <fieldset>
20
                    [% FOREACH batche IN batches %]
20
                    [% FOREACH batche IN batches %]
21
                        [% IF ( batche.label_ids ) %]
21
                        [% IF ( batche.label_ids ) %]
22
                        <legend>[% batche.card_count %] Single Patron Cards</legend>
22
                        <legend>[% batche.card_count %] Single patron cards</legend>
23
                        <p>
23
                        <p>
24
                                <a class="document pdf" href="/cgi-bin/koha/patroncards/[% batche.create_script %]?batch_id=[% batche.batch_id %]&amp;template_id=[% batche.template_id %]&amp;layout_id=[% batche.layout_id %]&amp;start_card=[% batche.start_card %][% batche.label_ids %]">label_single_[% batche.card_count %].pdf</a>
24
                                <a class="document pdf" href="/cgi-bin/koha/patroncards/[% batche.create_script %]?batch_id=[% batche.batch_id %]&amp;template_id=[% batche.template_id %]&amp;layout_id=[% batche.layout_id %]&amp;start_card=[% batche.start_card %][% batche.label_ids %]">label_single_[% batche.card_count %].pdf</a>
25
                        </p>
25
                        </p>
Lines 29-35 Link Here
29
                                <a class="document pdf" href="/cgi-bin/koha/patroncards/[% batche.create_script %]?template_id=[% batche.template_id %]&amp;layout_id=[% batche.layout_id %]&amp;start_card=[% batche.start_card %][% batche.borrower_numbers %]">label_single_[% batche.card_count %].pdf</a>
29
                                <a class="document pdf" href="/cgi-bin/koha/patroncards/[% batche.create_script %]?template_id=[% batche.template_id %]&amp;layout_id=[% batche.layout_id %]&amp;start_card=[% batche.start_card %][% batche.borrower_numbers %]">label_single_[% batche.card_count %].pdf</a>
30
                        </p>
30
                        </p>
31
                        [% ELSE %]
31
                        [% ELSE %]
32
                        <legend>Card Batch Number [% batche.batch_id %]</legend>
32
                        <legend>Card batch number [% batche.batch_id %]</legend>
33
                        <p>
33
                        <p>
34
                                <a class="document pdf" href="/cgi-bin/koha/patroncards/create-pdf.pl?batch_id=[% batche.batch_id %]&amp;template_id=[% batche.template_id %]&amp;layout_id=[% batche.layout_id %]&amp;start_card=[% batche.start_card %]">label_batch_[% batche.batch_id %].pdf</a>
34
                                <a class="document pdf" href="/cgi-bin/koha/patroncards/create-pdf.pl?batch_id=[% batche.batch_id %]&amp;template_id=[% batche.template_id %]&amp;layout_id=[% batche.layout_id %]&amp;start_card=[% batche.start_card %]">label_batch_[% batche.batch_id %].pdf</a>
35
                        </p>
35
                        </p>
36
- 

Return to bug 2780