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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/stage-marc-import.tt (-4 / +3 lines)
Lines 41-49 Link Here
41
	<li>[% total | html %]  records in file</li>
41
	<li>[% total | html %]  records in file</li>
42
	<li>[% import_errors | html %] records not staged because of MARC error</li>
42
	<li>[% import_errors | html %] records not staged because of MARC error</li>
43
	<li>[% staged | html %] records staged</li>
43
	<li>[% staged | html %] records staged</li>
44
[% IF basketno && booksellerid %]
45
    <li><a href="/cgi-bin/koha/acqui/addorderiso2709.pl?import_batch_id=[% import_batch_id | html %]&basketno=[% basketno | html %]&booksellerid=[% booksellerid | html %]">Add staged files to basket</a></li>
46
[% END %]
47
    [% IF ( checked_matches ) %]
44
    [% IF ( checked_matches ) %]
48
	<li>[% matched | html %] records with at least one match in catalog per matching rule 
45
	<li>[% matched | html %] records with at least one match in catalog per matching rule 
49
        &quot;[% matcher_code | html %]&quot;</li>
46
        &quot;[% matcher_code | html %]&quot;</li>
Lines 61-66 Link Here
61
	  <li>New label batch created: # [% label_batch | html %] </li>
58
	  <li>New label batch created: # [% label_batch | html %] </li>
62
    [% END %]
59
    [% END %]
63
</ul>
60
</ul>
61
[% IF basketno && booksellerid %]
62
    <a id="addtobasket" class="btn btn-default btn-sm" href="/cgi-bin/koha/acqui/addorderiso2709.pl?import_batch_id=[% import_batch_id | html %]&basketno=[% basketno | html %]&booksellerid=[% booksellerid | html %]">Add staged files to basket</a>
63
[% END %]
64
[% ELSE %]
64
[% ELSE %]
65
<ul>
65
<ul>
66
    <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>
66
    <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>
67
- 

Return to bug 21333