Bug 30952: Staff interface redesign (header)
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / labels / label-home.tt
1 [% USE raw %]
2 [% USE Asset %]
3 [% SET footerjs = 1 %]
4     [% INCLUDE 'doc-head-open.inc' %]
5     <title>Label creator &rsaquo; Tools &rsaquo; Koha</title>
6     [% INCLUDE 'doc-head-close.inc' %]
7 </head>
8 <body id="labels_label-home" class="tools labels">
9     [% WRAPPER 'header.inc' %]
10     [% INCLUDE 'cat-search.inc' %]
11 [% END %]
12
13     [% WRAPPER 'sub-header.inc' %]
14     <nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
15         <ol>
16             <li>
17                 <a href="/cgi-bin/koha/mainpage.pl"><i class="fa fa-home"></i></a>
18             </li>
19             <li>
20                 <a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a>
21             </li>
22             <li>
23                 <a href="#" aria-current="page">
24                     Label creator
25                 </a>
26             </li>
27         </ol>
28     </nav>
29     [% END %]
30
31 <div class="main container-fluid">
32     <div class="row">
33         <div class="col-sm-10 col-sm-push-2">
34             <main>
35                 [% INCLUDE 'labels-toolbar.inc' %]
36                 <h1>Label creator</h1>
37             </main>
38         </div> <!-- /.col-sm-10.col-sm-push-2 -->
39
40         <div class="col-sm-2 col-sm-pull-10">
41             <aside>
42                 [% INCLUDE 'tools-menu.inc' %]
43             </aside>
44         </div> <!-- /.col-sm-2.col-sm-pull-10 -->
45      </div> <!-- /.row -->
46
47 [% MACRO jsinclude BLOCK %]
48     [% Asset.js("js/tools-menu.js") | $raw %]
49 [% END %]
50
51 [% INCLUDE 'intranet-bottom.inc' %]