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 / +5 lines)
Lines 84-92 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
[% INCLUDE 'stage-marc-records-toolbar.inc' %]
89
[% END %]
90
87
<h1>Stage MARC records for import</h1>
91
<h1>Stage MARC records for import</h1>
88
[% IF ( uploadmarc ) %]
92
[% IF ( uploadmarc ) %]
89
<p>MARC staging results :</p>
93
<p>MARC staging results:</p>
90
<ul>
94
<ul>
91
    [% SWITCH (record_type) %]
95
    [% SWITCH (record_type) %]
92
    [% CASE 'biblio' %]
96
    [% CASE 'biblio' %]
Lines 113-120 function cbUpload( status, fileid ) { Link Here
113
	[% IF ( label_batch ) %]
117
	[% IF ( label_batch ) %]
114
	  <li>New label batch created: # [% label_batch %] </li>
118
	  <li>New label batch created: # [% label_batch %] </li>
115
    [% END %]
119
    [% 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>
120
</ul>
119
[% ELSE %]
121
[% ELSE %]
120
<ul>
122
<ul>
121
- 

Return to bug 16052