]> git.koha-community.org Git - koha.git/commit
Cannot use the same TMPL_VAR to select ALL options.
authorJoe Atzberger <joe.atzberger@liblime.com>
Mon, 20 Jul 2009 20:37:24 +0000 (15:37 -0500)
committerHenri-Damien LAURENT <henridamien.laurent@biblibre.com>
Wed, 16 Sep 2009 21:19:19 +0000 (23:19 +0200)
commitef5b979eb58f7da4df71326e71c3e4d9f763f2f8
treeb81772ac7cc6b41d4ed2cb4e0e7fb75b7a14b02a
parentb7e5667a188b6326acab0e18c2090fd7570a59b3
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
    <TMPL_IF NAME="index_bc_selected">
cannot be used, since it would set for ALL (3) advanced search dropdowns.

Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
Signed-off-by: Henri-Damien LAURENT <henridamien.laurent@biblibre.com>
koha-tmpl/intranet-tmpl/prog/en/includes/search_indexes.inc