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