|
Lines 59-65
$(document).ready(function(){
Link Here
|
| 59 |
[% ELSE %] |
59 |
[% ELSE %] |
| 60 |
<h1>Batch item modification results</h1> |
60 |
<h1>Batch item modification results</h1> |
| 61 |
<div class="dialog message"> |
61 |
<div class="dialog message"> |
| 62 |
[% modified_items %] item(s) modified (with [% modified_fields %] fields modified) |
62 |
[% modified_items %] item(s) modified (with [% modified_fields %] fields modified). |
|
|
63 |
<fieldset class="action"> |
| 64 |
[% IF src == 'CATALOGUING' # from catalogue/detail.pl > Edit items in a batch%] |
| 65 |
<a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% biblionumber %]">Return to the record</a> |
| 66 |
[% ELSIF src %] |
| 67 |
<a href="[% src %]">Return to where you were</a> |
| 68 |
[% ELSE %] |
| 69 |
<a href="/cgi-bin/koha/tools/batchMod.pl">Return to batch item modification</a> |
| 70 |
[% END %] |
| 71 |
</fieldset> |
| 63 |
</div> |
72 |
</div> |
| 64 |
[% END %] |
73 |
[% END %] |
| 65 |
[% IF ( barcode_not_unique ) %]<div class="dialog alert"><strong>Error saving item</strong>: Barcode must be unique.</div>[% END %] |
74 |
[% IF ( barcode_not_unique ) %]<div class="dialog alert"><strong>Error saving item</strong>: Barcode must be unique.</div>[% END %] |
|
Lines 236-246
$(document).ready(function(){
Link Here
|
| 236 |
[% ELSE %] <!-- // show --> |
245 |
[% ELSE %] <!-- // show --> |
| 237 |
<fieldset class="action"> |
246 |
<fieldset class="action"> |
| 238 |
[% IF src == 'CATALOGUING' # from catalogue/detail.pl > Edit items in a batch%] |
247 |
[% IF src == 'CATALOGUING' # from catalogue/detail.pl > Edit items in a batch%] |
| 239 |
<a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% biblionumber %]">Done</a> |
248 |
<input type="submit" onclick="window.location.href='/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% biblionumber %]'" value="Done" /> |
| 240 |
[% ELSIF src %] |
249 |
[% ELSIF src %] |
| 241 |
<a href="[% src %]">Done</a> |
250 |
<input type="submit" onclick="window.location.href='[% src %]'" value="Done" /> |
| 242 |
[% ELSE %] |
251 |
[% ELSE %] |
| 243 |
<a href="/cgi-bin/koha/tools/batchMod.pl">Done</a> |
252 |
<input type="submit" onclick="window.location.href='/cgi-bin/koha/tools/batchMod.pl'" value="Return to batch item modification" /> |
| 244 |
[% END %] |
253 |
[% END %] |
| 245 |
</fieldset> |
254 |
</fieldset> |
| 246 |
|
255 |
|
| 247 |
- |
|
|