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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_record_modification.tt (-2 / +1 lines)
Lines 218-224 $(document).ready(function() { Link Here
218
            <tbody>
218
            <tbody>
219
              [% FOR biblio IN records %]
219
              [% FOR biblio IN records %]
220
                <tr>
220
                <tr>
221
                  <td><input type="checkbox" name="record_id" value="[% biblio.biblionumber %]" data-items="[% biblio.itemnumbers.size %]" data-issues="[% biblio.issues_count %]" data-reserves="[% biblio.reserves.size %]" /></td>
221
                  <td><input type="checkbox" name="record_id" value="[% biblio.biblionumber %]" /></td>
222
                  <td>[% biblio.biblionumber %]</td>
222
                  <td>[% biblio.biblionumber %]</td>
223
                  <td><a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% biblio.biblionumber %]">[% biblio.title %]</a></td>
223
                  <td><a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% biblio.biblionumber %]">[% biblio.title %]</a></td>
224
                  <td class="actions">
224
                  <td class="actions">
225
- 

Return to bug 19357