Bug 31220: (QA follow-up) Add missing filter
[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     [% INCLUDE 'header.inc' %]
10     [% INCLUDE 'cat-search.inc' %]
11
12     <nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
13         <ol>
14             <li>
15                 <a href="/cgi-bin/koha/mainpage.pl">Home</a>
16             </li>
17             <li>
18                 <a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a>
19             </li>
20             <li>
21                 <a href="#" aria-current="page">
22                     Label creator
23                 </a>
24             </li>
25         </ol>
26     </nav>
27
28 <div class="main container-fluid">
29     <div class="row">
30         <div class="col-sm-10 col-sm-push-2">
31             <main>
32                 [% INCLUDE 'labels-toolbar.inc' %]
33                 <h1>Label creator</h1>
34             </main>
35         </div> <!-- /.col-sm-10.col-sm-push-2 -->
36
37         <div class="col-sm-2 col-sm-pull-10">
38             <aside>
39                 [% INCLUDE 'tools-menu.inc' %]
40             </aside>
41         </div> <!-- /.col-sm-2.col-sm-pull-10 -->
42      </div> <!-- /.row -->
43
44 [% MACRO jsinclude BLOCK %]
45     [% Asset.js("js/tools-menu.js") | $raw %]
46 [% END %]
47
48 [% INCLUDE 'intranet-bottom.inc' %]