Lines 70-76
$(document).ready(function(){
Link Here
|
70 |
[% ELSE %] |
70 |
[% ELSE %] |
71 |
<h1>Batch item modification results</h1> |
71 |
<h1>Batch item modification results</h1> |
72 |
<div class="dialog message"> |
72 |
<div class="dialog message"> |
73 |
[% modified_items %] item(s) modified (with [% modified_fields %] fields modified). |
73 |
[% IF (modified_items) %] |
|
|
74 |
[% modified_items %] item(s) modified (with [% modified_fields %] field(s) modified). |
75 |
[% ELSE %] |
76 |
No items modified. |
77 |
[% END %] |
74 |
<fieldset class="action"> |
78 |
<fieldset class="action"> |
75 |
[% IF src == 'CATALOGUING' # from catalogue/detail.pl > Edit items in a batch%] |
79 |
[% IF src == 'CATALOGUING' # from catalogue/detail.pl > Edit items in a batch%] |
76 |
<a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% biblionumber %]">Return to the record</a> |
80 |
<a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% biblionumber %]">Return to the record</a> |
77 |
- |
|
|