@@ -, +, @@ - Launch a search at the OPAC - Check some biblios - Go on another page - Check some biblios - Come back to the first page and check that already checked biblio is automatically checked. - Click on the "Browse selected biblios >>" link - Check that you are able to browse results you had checked. --- .../opac-tmpl/ccsr/en/includes/doc-head-close.inc | 2 + .../opac-tmpl/prog/en/includes/doc-head-close.inc | 2 + koha-tmpl/opac-tmpl/prog/en/js/commons.js | 71 ++++++++++++++++++++ .../en/lib/jquery/plugins/jquery.cookie.min.js | 1 + koha-tmpl/opac-tmpl/prog/en/modules/opac-detail.tt | 17 +++-- .../opac-tmpl/prog/en/modules/opac-results.tt | 48 +++++++++++++ opac/opac-detail.pl | 21 +++++- 7 files changed, 154 insertions(+), 8 deletions(-) create mode 100644 koha-tmpl/opac-tmpl/prog/en/js/commons.js create mode 100644 koha-tmpl/opac-tmpl/prog/en/lib/jquery/plugins/jquery.cookie.min.js --- a/koha-tmpl/opac-tmpl/ccsr/en/includes/doc-head-close.inc +++ a/koha-tmpl/opac-tmpl/ccsr/en/includes/doc-head-close.inc @@ -39,6 +39,8 @@ + + [% IF ( OPACAmazonCoverImages ) %] --- a/koha-tmpl/opac-tmpl/prog/en/includes/doc-head-close.inc +++ a/koha-tmpl/opac-tmpl/prog/en/includes/doc-head-close.inc @@ -35,6 +35,8 @@ + + [% IF ( OPACAmazonCoverImages ) %]