Bug 29002: (follow-up) Use $patron_to_html function
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / labels / label-home.tt
1 [% USE raw %]
2 [% USE Asset %]
3 [% PROCESS 'i18n.inc' %]
4 [% SET footerjs = 1 %]
5     [% INCLUDE 'doc-head-open.inc' %]
6     <title>[% FILTER collapse %]
7         [% t("Label creator") | html %] &rsaquo;
8         [% t("Cataloging") | html %] &rsaquo;
9         [% t("Koha") | html %]
10     [% END %]</title>
11     [% INCLUDE 'doc-head-close.inc' %]
12 </head>
13 <body id="labels_label-home" class="tools labels">
14     [% WRAPPER 'header.inc' %]
15     [% INCLUDE 'cat-search.inc' %]
16 [% END %]
17
18 [% WRAPPER 'sub-header.inc' %]
19     [% WRAPPER breadcrumbs %]
20         [% WRAPPER breadcrumb_item %]
21             <a href="/cgi-bin/koha/cataloguing/cataloging-home.pl">Cataloging</a>
22         [% END %]
23         [% WRAPPER breadcrumb_item bc_active= 1 %]
24             <span>Label creator</span>
25         [% END %]
26     [% END #/ WRAPPER breadcrumbs %]
27 [% END #/ WRAPPER sub-header.inc %]
28
29 <div class="main container-fluid">
30     <div class="row">
31         <div class="col-sm-10 col-sm-push-2">
32             <main>
33                 [% INCLUDE 'labels-toolbar.inc' %]
34                 <h1>Label creator</h1>
35             </main>
36         </div> <!-- /.col-sm-10.col-sm-push-2 -->
37
38         <div class="col-sm-2 col-sm-pull-10">
39             <aside>
40                 [% INCLUDE 'cat-menu.inc' %]
41             </aside>
42         </div> <!-- /.col-sm-2.col-sm-pull-10 -->
43      </div> <!-- /.row -->
44
45 [% INCLUDE 'intranet-bottom.inc' %]