From 4c61ac7ed1c18d8876fa23c30796044cbc78ed80 Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Tue, 29 May 2012 09:43:07 -0400 Subject: [PATCH] kpac : honor no-search propagation (nosprop) param on homesearch When performing category-based searches, do not propagate the searches into the search box on the home page, similar to the results page search box. Signed-off-by: Bill Erickson Signed-off-by: Mike Rylander --- Open-ILS/src/templates/kpac/home.tt2 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Open-ILS/src/templates/kpac/home.tt2 b/Open-ILS/src/templates/kpac/home.tt2 index 513d8fe2c5..ab70a894da 100644 --- a/Open-ILS/src/templates/kpac/home.tt2 +++ b/Open-ILS/src/templates/kpac/home.tt2 @@ -35,7 +35,8 @@ [% IF qtype == 'author' %]checked="checked"[% END %]/> - + -- 2.43.2