|
Lines 8-14
Link Here
|
| 8 |
[% SET destination = "circ" %] |
8 |
[% SET destination = "circ" %] |
| 9 |
<title>Koha › Circulation |
9 |
<title>Koha › Circulation |
| 10 |
[% IF borrowernumber %] |
10 |
[% IF borrowernumber %] |
| 11 |
› Checking out a batch to [% INCLUDE 'patron-title.inc' invert_name = 1 %] |
11 |
› Batch check out › Issuing items to [% INCLUDE 'patron-title.inc' invert_name = 1 %] |
| 12 |
[% END %] |
12 |
[% END %] |
| 13 |
</title> |
13 |
</title> |
| 14 |
[% INCLUDE 'doc-head-close.inc' %] |
14 |
[% INCLUDE 'doc-head-close.inc' %] |
|
Lines 42-48
$(document).ready(function() {
Link Here
|
| 42 |
[% INCLUDE 'circ-search.inc' %] |
42 |
[% INCLUDE 'circ-search.inc' %] |
| 43 |
|
43 |
|
| 44 |
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> › <a href="/cgi-bin/koha/circ/circulation-home.pl">Circulation</a> › |
44 |
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> › <a href="/cgi-bin/koha/circ/circulation-home.pl">Circulation</a> › |
| 45 |
<a href="/cgi-bin/koha/circ/circulation.pl">Checkouts a batch</a> › [% INCLUDE 'patron-title.inc' %] |
45 |
<a href="/cgi-bin/koha/circ/circulation.pl">Batch check out</a> › [% INCLUDE 'patron-title.inc' %] |
| 46 |
</div> |
46 |
</div> |
| 47 |
<div id="doc3" class="yui-t2"> |
47 |
<div id="doc3" class="yui-t2"> |
| 48 |
|
48 |
|
|
Lines 57-63
$(document).ready(function() {
Link Here
|
| 57 |
[% ELSIF NOT checkout_infos %] |
57 |
[% ELSIF NOT checkout_infos %] |
| 58 |
<form method="post" enctype="multipart/form-data" action="/cgi-bin/koha/circ/circulation.pl"> |
58 |
<form method="post" enctype="multipart/form-data" action="/cgi-bin/koha/circ/circulation.pl"> |
| 59 |
<fieldset id="circ_circulation_issue"> |
59 |
<fieldset id="circ_circulation_issue"> |
| 60 |
<label for="barcode">Checking out a batch to [% INCLUDE 'patron-title.inc' %]</label> |
60 |
<label for="barcode">Issuing items to [% INCLUDE 'patron-title.inc' %]</label> |
| 61 |
<fieldset class="rows"> |
61 |
<fieldset class="rows"> |
| 62 |
<legend>Use a file</legend> |
62 |
<legend>Use a file</legend> |
| 63 |
<ol> |
63 |
<ol> |
| 64 |
- |
|
|