Lines 341-347
$(document).ready(function(){
Link Here
|
341 |
[% IF ( can_commit ) %] |
341 |
[% IF ( can_commit ) %] |
342 |
<form action="[% script_name %]" method="post"> |
342 |
<form action="[% script_name %]" method="post"> |
343 |
<input type="hidden" name="op" value="commit-batch" /> |
343 |
<input type="hidden" name="op" value="commit-batch" /> |
344 |
<input type="hidden" name="runinbackground" value="" /> |
344 |
[% UNLESS is_psgi %]<input type="hidden" name="runinbackground" id="runinbackground" value="" />[% END %] |
345 |
<input type="hidden" name="completedJobID" value="" /> |
345 |
<input type="hidden" name="completedJobID" value="" /> |
346 |
<input type="hidden" name="import_batch_id" value="[% import_batch_id %]" /> |
346 |
<input type="hidden" name="import_batch_id" value="[% import_batch_id %]" /> |
347 |
<fieldset class="action"> |
347 |
<fieldset class="action"> |
Lines 364-370
$(document).ready(function(){
Link Here
|
364 |
[% IF ( can_revert ) %] |
364 |
[% IF ( can_revert ) %] |
365 |
<form action="[% script_name %]" method="post"> |
365 |
<form action="[% script_name %]" method="post"> |
366 |
<input type="hidden" name="op" value="revert-batch" /> |
366 |
<input type="hidden" name="op" value="revert-batch" /> |
367 |
<input type="hidden" name="runinbackground" value="" /> |
367 |
[% UNLESS is_psgi %]<input type="hidden" name="runinbackground" id="runinbackground" value="" />[% END %] |
368 |
<input type="hidden" name="completedJobID" value="" /> |
368 |
<input type="hidden" name="completedJobID" value="" /> |
369 |
<input type="hidden" name="import_batch_id" value="[% import_batch_id %]" /> |
369 |
<input type="hidden" name="import_batch_id" value="[% import_batch_id %]" /> |
370 |
<fieldset class="action"><input type="submit" class="button" name="mainformsubmit" value="Undo import into catalog" onclick="return confirm(MSG_CONFIRM_UNDO_IMPORT) && submitBackgroundJob(this.form);" /></fieldset> |
370 |
<fieldset class="action"><input type="submit" class="button" name="mainformsubmit" value="Undo import into catalog" onclick="return confirm(MSG_CONFIRM_UNDO_IMPORT) && submitBackgroundJob(this.form);" /></fieldset> |