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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation_batch_checkouts.tt (-4 / +3 lines)
Lines 8-14 Link Here
8
[% SET destination = "circ" %]
8
[% SET destination = "circ" %]
9
<title>Koha &rsaquo; Circulation
9
<title>Koha &rsaquo; Circulation
10
[% IF borrowernumber %]
10
[% IF borrowernumber %]
11
  &rsaquo; Checking out a batch to [% INCLUDE 'patron-title.inc' invert_name = 1 %]
11
  &rsaquo; Batch check out &rsaquo; 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> &rsaquo; <a href="/cgi-bin/koha/circ/circulation-home.pl">Circulation</a> &rsaquo;
44
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/circ/circulation-home.pl">Circulation</a> &rsaquo;
45
    <a href="/cgi-bin/koha/circ/circulation.pl">Checkouts a batch</a> &rsaquo; [% INCLUDE 'patron-title.inc' %]
45
    <a href="/cgi-bin/koha/circ/circulation.pl">Batch check out</a> &rsaquo; [% 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
- 

Return to bug 11759