Bug 21208: Fix housebound deliverer/chooser names
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / authorities / auth_finder.tt
1 [% USE Asset %]
2 [% SET footerjs = 1 %]
3 [% INCLUDE 'doc-head-open.inc' %]
4 <title>Koha &rsaquo; Cataloging authority plugin</title>
5 [% INCLUDE 'doc-head-close.inc' %]
6 </head>
7
8 <body id="auth_auth_finder" class="auth">
9     <div class="container-fluid">
10
11 <h1>Authority search</h1>
12 [% INCLUDE 'auth-finder-search.inc' %]
13
14 [% MACRO jsinclude BLOCK %]
15     <script type="text/javascript">
16         var index = "[% index %]";
17         var authtypecode = "[% authtypecode %]";
18     </script>
19     [% Asset.js("js/auth-finder-search.js") %]
20 [% END %]
21
22 [% INCLUDE 'intranet-bottom.inc' popup_window = 1 %]