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