[% USE raw %] [% USE Asset %] [% USE Koha %] [% USE Branches %] [% USE Categories %] [% SET footerjs = 1 %] [% INCLUDE 'doc-head-open.inc' %] [% SET libraries = Branches.all %] [% SET categories = Categories.all.unblessed %] [% PROCESS 'patron-search.inc' %] Patron search › Koha [% INCLUDE 'doc-head-close.inc' %] [%# FIXME This is not great, we should make members/memberentrygen.tt use a modal as well and we won't need that here %] [% MACRO jsinclude BLOCK %] [% PROCESS patron_search_js table_id => 'memberresultst', categories => categories, libraries => libraries, extended_attribute_types => attribute_type_codes, columns => columns, filter => filter, actions => [selection_type], preview_on_name_click => 1, callback => callback %] [% END %] [% SET popup_window = 1 %] [% INCLUDE 'intranet-bottom.inc' %]