From 850a8c2a4b25d8d99d3d503192933ce3b166ea34 Mon Sep 17 00:00:00 2001 From: Joe Atzberger Date: Mon, 20 Jul 2009 15:37:24 -0500 Subject: [PATCH] Cannot use the same TMPL_VAR to select ALL options. Only one select can be selected in this case. If preselection of search type is desired, I recommend a clean implementation w/ jquery instead of adding a conditional for each select. Please note, that is the only good way to get multiple preselections, since the same .inc file will be used in each case. So a single variable like cannot be used, since it would set for ALL (3) advanced search dropdowns. Signed-off-by: Galen Charlton --- .../prog/en/includes/search_indexes.inc | 75 +++++++------------ 1 file changed, 25 insertions(+), 50 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/search_indexes.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/search_indexes.inc index 087955cbd2..a8e06eb59e 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/search_indexes.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/search_indexes.inc @@ -1,52 +1,27 @@ -- 2.39.2