|
Lines 78-84
$template->param(
Link Here
|
| 78 |
searchfieldstype => $searchfieldstype, |
78 |
searchfieldstype => $searchfieldstype, |
| 79 |
PatronsPerPage => C4::Context->preference("PatronsPerPage") || 20, |
79 |
PatronsPerPage => C4::Context->preference("PatronsPerPage") || 20, |
| 80 |
circsearch => $circsearch, |
80 |
circsearch => $circsearch, |
| 81 |
defer_loading => 0, |
81 |
defer_loading => $searchmember ? 0 : 1, |
| 82 |
); |
82 |
); |
| 83 |
|
83 |
|
| 84 |
output_html_with_http_headers $input, $cookie, $template->output; |
84 |
output_html_with_http_headers $input, $cookie, $template->output; |
| 85 |
- |
|
|