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 (-2 / +4 lines)
Lines 85-91 function cbUpload( status, fileid ) { Link Here
85
	<div class="yui-b">
85
	<div class="yui-b">
86
86
87
[% IF ( uploadmarc ) %]
87
[% IF ( uploadmarc ) %]
88
[% INCLUDE 'stage-marc-records-toolbar.inc' %]
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>
89
[% END %]
92
[% END %]
90
93
91
<h1>Stage MARC records for import</h1>
94
<h1>Stage MARC records for import</h1>
92
- 

Return to bug 16052