Lines 411-417
Link Here
|
411 |
[% IF op != 'add_item' %] |
411 |
[% IF op != 'add_item' %] |
412 |
<input type="hidden" name="itemnumber" value="[% itemnumber | html %]" /> |
412 |
<input type="hidden" name="itemnumber" value="[% itemnumber | html %]" /> |
413 |
[% END %] |
413 |
[% END %] |
414 |
<input type="submit" value="Save changes" onclick="return Check(this.form)" /> |
414 |
[% IF Item.HasSerialItem(itemnumber) == 0 %] |
|
|
415 |
<input type="submit" value="Save changes" onclick="return Check(this.form)" /> |
416 |
[% ELSE %] |
417 |
<input type="button" class="submit" value="Save changes" onclick="return ShowSerialEditingConfirmation(this.form)" /> |
418 |
<input type="hidden" name="edit-serial-issue" id="edit-serial-issue" value /> |
419 |
[% END %] |
415 |
<input type="button" id="addnewitem" value="Add a new item" /> |
420 |
<input type="button" id="addnewitem" value="Add a new item" /> |
416 |
<a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% biblio.biblionumber | uri %]">Cancel</a> |
421 |
<a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% biblio.biblionumber | uri %]">Cancel</a> |
417 |
[% END %]</fieldset |
422 |
[% END %]</fieldset |
Lines 423-428
Link Here
|
423 |
<input type="hidden" name="barcode" value="[% barcode | html %]" /> |
428 |
<input type="hidden" name="barcode" value="[% barcode | html %]" /> |
424 |
<input type="hidden" name="duedatespec" value="[% duedatespec | html %]" /> |
429 |
<input type="hidden" name="duedatespec" value="[% duedatespec | html %]" /> |
425 |
[%# End fields for fast cataloging %] |
430 |
[%# End fields for fast cataloging %] |
|
|
431 |
|
432 |
[% INCLUDE 'modals/edit_serial_issues.inc' %] |
426 |
</form> |
433 |
</form> |
427 |
|
434 |
|
428 |
[% INCLUDE 'modals/cataloguing_create_av.inc' %] |
435 |
[% INCLUDE 'modals/cataloguing_create_av.inc' %] |