View | Details | Raw Unified | Return to bug 16052
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/stage-marc-import.tt (-4 / +4 lines)
Lines 86-92 function cbUpload( status, fileid ) { Link Here
86
86
87
<h1>Stage MARC records for import</h1>
87
<h1>Stage MARC records for import</h1>
88
[% IF ( uploadmarc ) %]
88
[% IF ( uploadmarc ) %]
89
<p>MARC staging results :</p>
89
<p>MARC staging results:</p>
90
<ul>
90
<ul>
91
    [% SWITCH (record_type) %]
91
    [% SWITCH (record_type) %]
92
    [% CASE 'biblio' %]
92
    [% CASE 'biblio' %]
Lines 113-121 function cbUpload( status, fileid ) { Link Here
113
	[% IF ( label_batch ) %]
113
	[% IF ( label_batch ) %]
114
	  <li>New label batch created: # [% label_batch %] </li>
114
	  <li>New label batch created: # [% label_batch %] </li>
115
    [% END %]
115
    [% 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>
116
</ul>
117
<br>
118
<a class="btn btn-default" href="/cgi-bin/koha/tools/manage-marc-import.pl?import_batch_id=[% import_batch_id %]">Manage staged records</a>&nbsp;
119
<a class="btn btn-default" href="/cgi-bin/koha/tools/tools-home.pl">Back</a>
119
[% ELSE %]
120
[% ELSE %]
120
<ul>
121
<ul>
121
    <li>Select a MARC file to stage in the import reservoir.  It will be parsed, and each valid record staged for later import into the catalog.</li>
122
    <li>Select a MARC file to stage in the import reservoir.  It will be parsed, and each valid record staged for later import into the catalog.</li>
122
- 

Return to bug 16052