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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation_batch_checkouts.tt (-1 / +3 lines)
Lines 94-100 $(document).ready(function() { Link Here
94
94
95
[% ELSE %]
95
[% ELSE %]
96
  [% IF confirmation_needed && CAN_user_circulate_force_checkout %]
96
  [% IF confirmation_needed && CAN_user_circulate_force_checkout %]
97
    <h3>Batch checkout confirmation [% IF borrowernumber %] for [% INCLUDE 'patron-title.inc' invert_name = 1 %] [% END %]</h1>
97
    <form method="post" action="/cgi-bin/koha/circ/circulation.pl" id="mainform" name="mainform" autocomplete="off">
98
    <form method="post" action="/cgi-bin/koha/circ/circulation.pl" id="mainform" name="mainform" autocomplete="off">
99
  [% ELSE %]
100
    <h3>Batch checkout information [% IF borrowernumber %] for [% INCLUDE 'patron-title.inc' invert_name = 1 %] [% END %]</h1>
98
  [% END %]
101
  [% END %]
99
    <table id="checkout_infos">
102
    <table id="checkout_infos">
100
      <thead>
103
      <thead>
101
- 

Return to bug 15091