Lines 84-89
function cbUpload( status, fileid ) {
Link Here
|
84 |
<div id="yui-main"> |
84 |
<div id="yui-main"> |
85 |
<div class="yui-b"> |
85 |
<div class="yui-b"> |
86 |
|
86 |
|
|
|
87 |
[% IF ( uploadmarc ) %] |
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> |
92 |
[% END %] |
93 |
|
87 |
<h1>Stage MARC records for import</h1> |
94 |
<h1>Stage MARC records for import</h1> |
88 |
[% IF ( uploadmarc ) %] |
95 |
[% IF ( uploadmarc ) %] |
89 |
<p>MARC staging results :</p> |
96 |
<p>MARC staging results :</p> |
Lines 113-120
function cbUpload( status, fileid ) {
Link Here
|
113 |
[% IF ( label_batch ) %] |
120 |
[% IF ( label_batch ) %] |
114 |
<li>New label batch created: # [% label_batch %] </li> |
121 |
<li>New label batch created: # [% label_batch %] </li> |
115 |
[% END %] |
122 |
[% END %] |
116 |
<li><a href="/cgi-bin/koha/tools/manage-marc-import.pl?import_batch_id=[% import_batch_id %]">Manage staged records</a></li> |
|
|
117 |
<li><a href="/cgi-bin/koha/tools/tools-home.pl">Back</a></li> |
118 |
</ul> |
123 |
</ul> |
119 |
[% ELSE %] |
124 |
[% ELSE %] |
120 |
<ul> |
125 |
<ul> |
121 |
- |
|
|