Bug 23651: Add address of restricted page to syspref description
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / patroncards / home.tt
1     [% INCLUDE 'doc-head-open.inc' %]
2     <title>Koha &rsaquo; Tools &rsaquo; Patron card creator</title>
3     [% INCLUDE 'doc-head-close.inc' %]
4 </head>
5 <body id="pcard_home" class="tools pcard">
6     [% INCLUDE 'header.inc' %]
7     [% INCLUDE 'cat-search.inc' %]
8     <div id="breadcrumbs">
9         <a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo;
10         <a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a> &rsaquo;
11         Patron card creator
12     </div>
13
14 <div class="main container-fluid">
15     <div class="row">
16         <div class="col-sm-10 col-sm-push-2">
17             <main>
18
19                 [% INCLUDE 'patroncards-toolbar.inc' %]
20
21
22             </main>
23         </div> <!-- /.col-sm-10.col-sm-push-2 -->
24
25         <div class="col-sm-2 col-sm-pull-10">
26             <aside>
27                 [% INCLUDE 'tools-menu.inc' %]
28             </aside>
29         </div> <!-- .col-sm-2.col-sm-pull-10 -->
30      </div> <!-- /.row -->
31
32 [% INCLUDE 'intranet-bottom.inc' %]