Bug 15766: Adding descriptions to patron card batches
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / authorities / authorities-home.tt
blob3a9867d5dfcf05f5c766ddd8e4d5f3bfe2aafbf2
1 [% SET footerjs = 1 %]
2 [% INCLUDE 'doc-head-open.inc' %]
3 <title>Koha &rsaquo; Authorities</title>
4 [% INCLUDE 'doc-head-close.inc' %]
5 </head>
7 <body id="auth_authorities_home" class="auth">
8 [% INCLUDE 'header.inc' %]
9 [% INCLUDE 'authorities-search.inc' %]
11 <div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; Authorities</div>
13 <div class="main container-fluid">
14     <div class="row">
15         <div class="col-md-8 col-md-offset-2">
17     [% INCLUDE 'authorities-toolbar.inc' %]
19     <div id="merge_in_progress"></div>
21     </div>
22   </div>
24 [% MACRO jsinclude BLOCK %]
25     [% INCLUDE 'authorities_js.inc' %]
26 [% END %]
28 [% INCLUDE 'intranet-bottom.inc' %]