Lines 40-46
Link Here
|
40 |
<div id="export_patron_list"> |
40 |
<div id="export_patron_list"> |
41 |
<h3>Click on the link to download the patron cards from the patron list.</h3> |
41 |
<h3>Click on the link to download the patron cards from the patron list.</h3> |
42 |
<p> |
42 |
<p> |
43 |
<a class="document pdf" href="/cgi-bin/koha/patroncards/create-pdf.pl?patronlist_id=[% patronlist_id | html %]&template_id=[% template_id | html %]&layout_id=[% layout_id | html %]&layout_back_id=[% layout_back_id | html %]&start_card=[% start_card | html %]">label_patronlist_[% patronlist_id | html %].pdf</a> |
43 |
<a class="document pdf" href="/cgi-bin/koha/patroncards/create-pdf.pl?patronlist_id=[% patronlist_id | html %]&template_id=[% template_id | html %]&layout_id=[% layout_id | html %]&layout_back_id=[% layout_back_id | html %]&start_card=[% start_card | html %]&order_by=[% order_by | html %]">label_patronlist_[% patronlist_id | html %].pdf</a> |
44 |
</p> |
44 |
</p> |
45 |
</div> |
45 |
</div> |
46 |
[% ELSE %] |
46 |
[% ELSE %] |
Lines 69-74
Link Here
|
69 |
[% IF (patronlist_id) %] <input type="hidden" name="patronlist_id" value="[% patronlist_id | html %]" /> [% END %] |
69 |
[% IF (patronlist_id) %] <input type="hidden" name="patronlist_id" value="[% patronlist_id | html %]" /> [% END %] |
70 |
<fieldset class="rows"> |
70 |
<fieldset class="rows"> |
71 |
<ol> |
71 |
<ol> |
|
|
72 |
[% IF (patronlist_id) %] |
73 |
<li> |
74 |
<label style="width:9em" for="order_by">Order by: </label> |
75 |
<select name="order_by" id="order_by"> |
76 |
<option value=""></option> |
77 |
<option value="cardnumber">Card number</option> |
78 |
<option value="firstname">First name</option> |
79 |
<option value="surname">Surname</option> |
80 |
</select> |
81 |
</li> |
82 |
[% END %] |
72 |
<li> |
83 |
<li> |
73 |
<label style="width:9em" for="template_id">Select a template to be applied: </label> |
84 |
<label style="width:9em" for="template_id">Select a template to be applied: </label> |
74 |
<select name="template_id" id="template_id"> |
85 |
<select name="template_id" id="template_id"> |