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