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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/stage-marc-import.tt (-4 / +3 lines)
Lines 30-36 Link Here
30
            </li>
30
            </li>
31
            <li>
31
            <li>
32
                <a href="#" aria-current="page">
32
                <a href="#" aria-current="page">
33
                    Upload results
33
                    MARC staging results
34
                </a>
34
                </a>
35
            </li>
35
            </li>
36
        [% ELSE %]
36
        [% ELSE %]
Lines 55-63 Link Here
55
</div>
55
</div>
56
[% END %]
56
[% END %]
57
57
58
<h1>Stage MARC records for import</h1>
59
[% IF ( uploadmarc ) %]
58
[% IF ( uploadmarc ) %]
60
<p>MARC staging results :</p>
59
<h1>MARC staging results</h1>
61
<ul>
60
<ul>
62
    [% SWITCH (record_type) %]
61
    [% SWITCH (record_type) %]
63
    [% CASE 'biblio' %]
62
    [% CASE 'biblio' %]
Lines 91-96 Link Here
91
</p>
90
</p>
92
[% END %]
91
[% END %]
93
[% ELSE %]
92
[% ELSE %]
93
<h1>Stage MARC records for import</h1>
94
<ul>
94
<ul>
95
    <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>
95
    <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>
96
    <li>You can enter a name for this import. It may be useful, when creating a record, to remember where the suggested MARC data comes from!</li>
96
    <li>You can enter a name for this import. It may be useful, when creating a record, to remember where the suggested MARC data comes from!</li>
97
- 

Return to bug 29989