Lines 27-36
Link Here
|
27 |
</thead> |
27 |
</thead> |
28 |
[% INCLUDE 'checkouts-table-footer.inc' %] |
28 |
[% INCLUDE 'checkouts-table-footer.inc' %] |
29 |
</table> |
29 |
</table> |
30 |
|
30 |
|
31 |
<label for="issues-table-load-immediately">Always show checkouts immediately</label> |
31 |
<label for="issues-table-load-immediately">Always show checkouts immediately</label> |
32 |
<input id="issues-table-load-immediately" type="checkbox" /> |
32 |
<input id="issues-table-load-immediately" type="checkbox" /> |
33 |
|
33 |
|
34 |
<div id="issues-table-actions"> |
34 |
<div id="issues-table-actions"> |
35 |
<fieldset class="action"> |
35 |
<fieldset class="action"> |
36 |
[% IF ( CAN_user_circulate_override_renewals ) %] |
36 |
[% IF ( CAN_user_circulate_override_renewals ) %] |
Lines 42-48
Link Here
|
42 |
<button class="btn" id="RenewCheckinChecked"><i class="icon-check"></i> Renew or return checked items</button> |
42 |
<button class="btn" id="RenewCheckinChecked"><i class="icon-check"></i> Renew or return checked items</button> |
43 |
<button class="btn" id="RenewAll"><i class="icon-book"></i> Renew all</button> |
43 |
<button class="btn" id="RenewAll"><i class="icon-book"></i> Renew all</button> |
44 |
</fieldset> |
44 |
</fieldset> |
45 |
|
45 |
|
46 |
[% IF ( exports_enabled ) %] |
46 |
[% IF ( exports_enabled ) %] |
47 |
<fieldset> |
47 |
<fieldset> |
48 |
<label for="output_format"><b>Export checkouts using format:</b></label> |
48 |
<label for="output_format"><b>Export checkouts using format:</b></label> |
Lines 53-59
Link Here
|
53 |
<option value="csv">CSV</option> |
53 |
<option value="csv">CSV</option> |
54 |
[% END %] |
54 |
[% END %] |
55 |
</select> |
55 |
</select> |
56 |
|
56 |
|
57 |
<label for="export_remove_fields">Don't export fields:</label> <input type="text" id="export_remove_fields" name="export_remove_fields" value="[% export_remove_fields %]" title="Use for iso2709 exports" /> |
57 |
<label for="export_remove_fields">Don't export fields:</label> <input type="text" id="export_remove_fields" name="export_remove_fields" value="[% export_remove_fields %]" title="Use for iso2709 exports" /> |
58 |
<input type="hidden" name="op" value="export" /> |
58 |
<input type="hidden" name="op" value="export" /> |
59 |
<input type="hidden" id="output_format" name="output_format" value="iso2709" /> |
59 |
<input type="hidden" id="output_format" name="output_format" value="iso2709" /> |
60 |
- |
|
|