Tpac: record detail print and email user/berick/tpac-bib-detail-print-email
authorBill Erickson <berick@esilibrary.com>
Wed, 29 Feb 2012 15:49:18 +0000 (10:49 -0500)
committerBill Erickson <berick@esilibrary.com>
Wed, 29 Feb 2012 19:53:44 +0000 (14:53 -0500)
commitced310c76fe4ebf0c6e46f735c19fb355a0a6d8c
tree034de347658066639cd9007600cf19655499bc45
parent148c06c17527bac8d37dae5f4d1d9b2ea9011405
Tpac: record detail print and email

Implements Print and Email actions (as links below add-to-list) in the
tpac record detail page.

The existing bib record print/email A/T seed templates were also updated
like so:

* Instead of using the reporter tables, bib data is fetched and
extracted via unapi, which allows access to SVF data (etc) and is more
consistent with the tpac.

* A number of unused A/T evnironment entries for the seed templates were
removed.

* The delay for the email template was explicitly set to 00:00:00
instead of the default 5 minutes to get the emails out quicker.

Signed-off-by: Bill Erickson <berick@esilibrary.com>
Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader.pm
Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader/Record.pm
Open-ILS/src/sql/Pg/950.data.seed-values.sql
Open-ILS/src/sql/Pg/upgrade/XXXX.data.record_print_format_update.sql [new file with mode: 0644]
Open-ILS/src/templates/opac/parts/record/summary.tt2
Open-ILS/src/templates/opac/record/email.tt2 [new file with mode: 0644]
Open-ILS/src/templates/opac/record/print.tt2 [new file with mode: 0644]