@@ -, +, @@ z39.50 results - Go to Acquisitions, select a bookshop and a basket, click 'Add to basket':'From an external source' - Do a search - Your search terms should display at the top of the results page. - Repeat search with several combinations of search terms (with and without results). - Check the output for correct html. --- .../intranet-tmpl/prog/en/modules/acqui/z3950_search.tt | 12 ++++++++++++ 1 file changed, 12 insertions(+) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/z3950_search.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/z3950_search.tt @@ -149,6 +149,18 @@ tr.selected { background-color : #FFFFCC; } tr.selected td { background-color : [% ELSE %]

Search results

+ +

You searched for: + [% IF ( title ) %]Title: [% title %] [% END %] + [% IF ( author ) %]Author: [% author %] [% END %] + [% IF ( isbn ) %]ISBN: [% isbn %] [% END %] + [% IF ( issn ) %]ISSN: [% issn %] [% END %] + [% IF ( lccall ) %]LC call number: [% lccall %] [% END %] + [% IF ( subject ) %]Subject heading: [% subject %] [% END %] + [% IF ( controlnumber ) %]Control no: [% controlnumber %] [% END %] + [% IF ( dewey ) %]Dewey: [% dewey %] [%END %] +

+ [% IF ( breeding_loop ) %] --