Bug 30093: Fix QA failures
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / members / search.tt
1 [% USE raw %]
2 [% USE Asset %]
3 [% USE Koha %]
4 [% USE Branches %]
5 [% USE Categories %]
6 [% SET footerjs = 1 %]
7 [% INCLUDE 'doc-head-open.inc' %]
8 [% SET libraries = Branches.all %]
9 [% SET categories = Categories.all.unblessed %]
10 [% PROCESS 'patron-search.inc' %]
11 <title>Patron search &rsaquo; Koha</title>
12 [% INCLUDE 'doc-head-close.inc' %]
13 <style> .modal-body .close { display: none; } </style>[%# FIXME This is not great, we should make members/memberentrygen.tt use a modal as well and we won't need that here %]
14 </head>
15
16 <body id="common_patron_search" class="common">
17 <div id="patron_search" class="yui-t7">
18     <div class="container-fluid">
19
20         [% PROCESS patron_search_filters categories => categories, libraries => libraries, columns => columns, search_filter => searchmember %]
21         </form>
22
23         [% PROCESS patron_search_table table_id => 'memberresultst' columns => columns %]
24
25         <div id="closewindow"><a href="#" class="btn btn-default btn-default close">Close</a></div>
26
27     </div>
28 </div>
29
30 [% MACRO jsinclude BLOCK %]
31     [% PROCESS patron_search_js table_id => 'memberresultst', categories => categories, libraries => libraries, extended_attribute_types => extended_attribute_types, columns => columns, filter => filter, selection_type => selection_type, callback => callback %]
32 [% END %]
33
34 [% SET popup_window = 1 %]
35 [% INCLUDE 'intranet-bottom.inc' %]