Bug 3056 - replace span hacking for terms in C4::Search
authorJoe Atzberger <joe.atzberger@liblime.com>
Tue, 28 Jul 2009 01:47:50 +0000 (20:47 -0500)
committerGalen Charlton <galen.charlton@liblime.com>
Thu, 30 Jul 2009 02:06:55 +0000 (22:06 -0400)
commitb36269ea857ea81cbfa94eee26b7b2ba67b5a02e
tree9baad2cf46f13d48ba2a893a11b040bd41ee99f6
parent08c158319d7d1e5f4d74b7166831c64ab8e8b42f
Bug 3056 - replace span hacking for terms in C4::Search

Reimplemented using jquery, added OSS plugin to both interfaces.  This is
another case where having a /common directory used by both OPAC and STAFF
would increase runtime efficiency and cut development time.

Removed unused variables.

I changed the OPAC .term color to match the staff interface, rather than being a
second shade of blue.  The highlight/unhighlight link is currently a bit bolder
than its neighbors, but my styling choices are provisional.  I expect the final
tweaking of CSS to come from another more capable designer, like Owen.

Note this patch may rely on previously submitted "Search.pm minor cleanup" patch.

Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
C4/Search.pm
koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css
koha-tmpl/intranet-tmpl/prog/en/lib/jquery/plugins/jquery.highlight-3.js [new file with mode: 0644]
koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tmpl
koha-tmpl/opac-tmpl/prog/en/css/opac.css
koha-tmpl/opac-tmpl/prog/en/lib/jquery/plugins/jquery.highlight-3.js [new file with mode: 0644]
koha-tmpl/opac-tmpl/prog/en/modules/opac-opensearch.tmpl
koha-tmpl/opac-tmpl/prog/en/modules/opac-results-grouped.tmpl
koha-tmpl/opac-tmpl/prog/en/modules/opac-results.tmpl