Bug 27846: (follow-up) Add id back to breadcrumbs container
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / offline_circ / enqueue_koc.tt
1 [% INCLUDE 'doc-head-open.inc' %]
2 <title>Koha &rsaquo; Circulation &rsaquo; Add offline circulations to queue</title>
3 [% INCLUDE 'doc-head-close.inc' %]
4 </head>
5 <body id="ocirc_enqueue_koc" class="circ ocirc">
6 [% INCLUDE 'header.inc' %]
7 [% INCLUDE 'circ-search.inc' %]
8
9 <nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
10     <ol>
11         <li>
12             <a href="/cgi-bin/koha/mainpage.pl">Home</a>
13         </li>
14         <li>
15             <a href="/cgi-bin/koha/circ/circulation-home.pl">Circulation</a>
16         </li>
17         <li>
18             <a href="#" aria-current="page">Add offline circulations to queue</a>
19         </li>
20     </ol>
21 </nav>
22
23 <div class="main container-fluid">
24     <div class="row">
25         <div class="col-md-10 col-md-offset-1 col-lg-8 col-lg-offset-2">
26
27   <h2>Koha offline circulation</h2>
28   <p>Your file was uploaded. Once all files are uploaded, please process them in pending offline circulation actions.</p>
29
30 [% FOREACH message IN messages %]
31   [% IF ( message.message ) %]
32       [% IF ( message.ERROR_file_version ) %]
33           <div class="dialog alert"><p>Warning: This file is version [% message.upload_version | html %], but I only know how to import version [% message.current_version | html %]. I'll try my best.</p>
34       [% END %]
35   [% END %]
36 [% END %]
37
38 <p><a href="process_koc.pl">Upload another KOC file</a></p>
39
40 <p><a href="list.pl">View pending offline circulation actions</a></p>
41
42     </div>
43 </div>
44
45 [% INCLUDE 'intranet-bottom.inc' %]