|
Lines 199-205
Link Here
|
| 199 |
[% IF ( can_commit ) %] |
199 |
[% IF ( can_commit ) %] |
| 200 |
<form action="[% script_name %]" method="post" id="import_batch_form"> |
200 |
<form action="[% script_name %]" method="post" id="import_batch_form"> |
| 201 |
<input type="hidden" name="op" value="commit-batch" /> |
201 |
<input type="hidden" name="op" value="commit-batch" /> |
| 202 |
<input type="hidden" name="runinbackground" value="" /> |
202 |
[% UNLESS is_psgi %]<input type="hidden" name="runinbackground" id="runinbackground" value="" />[% END %] |
| 203 |
<input type="hidden" name="completedJobID" value="" /> |
203 |
<input type="hidden" name="completedJobID" value="" /> |
| 204 |
<input type="hidden" name="import_batch_id" value="[% import_batch_id %]" /> |
204 |
<input type="hidden" name="import_batch_id" value="[% import_batch_id %]" /> |
| 205 |
<fieldset class="action"> |
205 |
<fieldset class="action"> |
|
Lines 222-228
Link Here
|
| 222 |
[% IF ( can_revert ) %] |
222 |
[% IF ( can_revert ) %] |
| 223 |
<form action="[% script_name %]" method="post" id="revert_batch_form"> |
223 |
<form action="[% script_name %]" method="post" id="revert_batch_form"> |
| 224 |
<input type="hidden" name="op" value="revert-batch" /> |
224 |
<input type="hidden" name="op" value="revert-batch" /> |
| 225 |
<input type="hidden" name="runinbackground" value="" /> |
225 |
[% UNLESS is_psgi %]<input type="hidden" name="runinbackground" id="runinbackground" value="" />[% END %] |
| 226 |
<input type="hidden" name="completedJobID" value="" /> |
226 |
<input type="hidden" name="completedJobID" value="" /> |
| 227 |
<input type="hidden" name="import_batch_id" value="[% import_batch_id %]" /> |
227 |
<input type="hidden" name="import_batch_id" value="[% import_batch_id %]" /> |
| 228 |
<fieldset class="action"><input type="submit" class="button" name="mainformsubmit" value="Undo import into catalog" /></fieldset> |
228 |
<fieldset class="action"><input type="submit" class="button" name="mainformsubmit" value="Undo import into catalog" /></fieldset> |