Bug 17602: OPAC integration of RecordedBooks
authorSrdjan <srdjan@catalyst.net.nz>
Fri, 23 Sep 2016 06:13:10 +0000 (18:13 +1200)
committerNick Clemens <nick@bywatersolutions.com>
Mon, 1 Oct 2018 13:56:39 +0000 (13:56 +0000)
commiteb4be268d8d66ae0b7ca803ecf270a688fc6aea1
treed431cff0da15a2e713352a8e484a56bc29a24851
parent7825ff69c2acd2a390b18402e2813fdd9d0b4774
Bug 17602: OPAC integration of RecordedBooks

Add RecordedBooks to the users page in the public interface

To Test:
1/ Apply all 3 patches
2/ Set the sysprefs to valid values (you will need a test account with RecordedBooks)
3/ Try a search
4/ Login to the OPAC, try to place a hold, or check an item out
5/ Check the opac-user page, see if your items are showing on the oneclickdigital tab

Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
koha-tmpl/opac-tmpl/bootstrap/css/src/opac.scss
koha-tmpl/opac-tmpl/bootstrap/en/includes/recordedbooks-checkout.inc [new file with mode: 0644]
koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-recordedbooks-search.tt [new file with mode: 0644]
koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-results.tt
koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt
koha-tmpl/opac-tmpl/bootstrap/js/recordedbooks.js [new file with mode: 0644]
opac/opac-recordedbooks-search.pl [new file with mode: 0755]
opac/opac-search.pl
opac/opac-user.pl
opac/svc/recordedbooks [new file with mode: 0755]