Lines 47-53
Link Here
|
47 |
<div id="export_patron_list"> |
47 |
<div id="export_patron_list"> |
48 |
<h3>Click on the link to download the patron cards from the patron list.</h3> |
48 |
<h3>Click on the link to download the patron cards from the patron list.</h3> |
49 |
<p> |
49 |
<p> |
50 |
<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> |
50 |
<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> |
51 |
</p> |
51 |
</p> |
52 |
</div> |
52 |
</div> |
53 |
[% ELSE %] |
53 |
[% ELSE %] |
Lines 76-81
Link Here
|
76 |
[% IF (patronlist_id) %] <input type="hidden" name="patronlist_id" value="[% patronlist_id | html %]" /> [% END %] |
76 |
[% IF (patronlist_id) %] <input type="hidden" name="patronlist_id" value="[% patronlist_id | html %]" /> [% END %] |
77 |
<fieldset class="rows"> |
77 |
<fieldset class="rows"> |
78 |
<ol> |
78 |
<ol> |
|
|
79 |
[% IF (patronlist_id) %] |
80 |
<li> |
81 |
<label style="width:9em" for="order_by">Order by: </label> |
82 |
<select name="order_by" id="order_by"> |
83 |
<option value=""></option> |
84 |
<option value="cardnumber">Card number</option> |
85 |
<option value="firstname">First name</option> |
86 |
<option value="surname">Surname</option> |
87 |
</select> |
88 |
</li> |
89 |
[% END %] |
79 |
<li> |
90 |
<li> |
80 |
<label style="width:9em" for="template_id">Select a template to be applied: </label> |
91 |
<label style="width:9em" for="template_id">Select a template to be applied: </label> |
81 |
<select name="template_id" id="template_id"> |
92 |
<select name="template_id" id="template_id"> |