From 13ec356b1f67cf0c9aa99c5f7c6865a0991a1676 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9rick?= Date: Wed, 20 Mar 2013 17:23:39 -0400 Subject: [PATCH] Bug 8600 - Remove search terms in advanced search Rewrote parts of previous patch by Marc Veron to remove remove href and onclick of links and instead use jQuery Signed-off-by: Cedric Vita --- .../opac-tmpl/prog/en/modules/opac-advsearch.tt | 26 ++++++++++++++----- 1 files changed, 19 insertions(+), 7 deletions(-) diff --git a/koha-tmpl/opac-tmpl/prog/en/modules/opac-advsearch.tt b/koha-tmpl/opac-tmpl/prog/en/modules/opac-advsearch.tt index 825e8be..3ef7048 100644 --- a/koha-tmpl/opac-tmpl/prog/en/modules/opac-advsearch.tt +++ b/koha-tmpl/opac-tmpl/prog/en/modules/opac-advsearch.tt @@ -124,7 +124,10 @@ [% IF ( expanded_options ) %] - [% IF ( search_box.add_field ) %][+][% END %] + [% IF ( !loop.first ) %] + [+] + [-] + [% END %] [% END %]

[% END %] @@ -335,12 +338,21 @@ -- 1.7.2.5