Lines 245-251
Link Here
|
245 |
[% END %] |
245 |
[% END %] |
246 |
[% ELSIF view == 'enqueued' %] |
246 |
[% ELSIF view == 'enqueued' %] |
247 |
<div class="dialog message"> |
247 |
<div class="dialog message"> |
248 |
<p>The job has been enqueued! It will be processed as soon as possible (FIXME - well, it could depend on a config?)</p> |
248 |
<p>The job has been enqueued! It will be processed as soon as possible.</p> |
249 |
<p><a href="/cgi-bin/koha/admin/background_jobs.pl?op=view&id=[% job_id | uri %]" title="View detail of the enqueued job">View detail of the enqueued job</a> |
249 |
<p><a href="/cgi-bin/koha/admin/background_jobs.pl?op=view&id=[% job_id | uri %]" title="View detail of the enqueued job">View detail of the enqueued job</a> |
250 |
| <a href="/cgi-bin/koha/tools/batch_record_modification.pl" title="New batch record modification">New batch record modification</a></p> |
250 |
| <a href="/cgi-bin/koha/tools/batch_record_modification.pl" title="New batch record modification">New batch record modification</a></p> |
251 |
</div> |
251 |
</div> |
252 |
- |
|
|