Lines 85-91
function cbUpload( status, fileid ) {
Link Here
|
85 |
<div class="yui-b"> |
85 |
<div class="yui-b"> |
86 |
|
86 |
|
87 |
[% IF ( uploadmarc ) %] |
87 |
[% IF ( uploadmarc ) %] |
88 |
[% INCLUDE 'stage-marc-records-toolbar.inc' %] |
88 |
<div id="toolbar" class="btn-toolbar"> |
|
|
89 |
<a class="btn btn-small" href="/cgi-bin/koha/tools/stage-marc-import.pl"><i class="fa fa-plus"></i> Stage MARC records</a> |
90 |
<a class="btn btn-small" href="/cgi-bin/koha/tools/manage-marc-import.pl?import_batch_id=[% import_batch_id %]"><i class="fa fa-list-ul"></i> Manage staged records</a> |
91 |
</div> |
89 |
[% END %] |
92 |
[% END %] |
90 |
|
93 |
|
91 |
<h1>Stage MARC records for import</h1> |
94 |
<h1>Stage MARC records for import</h1> |
92 |
- |
|
|