]> git.evergreen-ils.org Git - Evergreen.git/commit
Tpac: record detail print and email
authorBill Erickson <berick@esilibrary.com>
Wed, 29 Feb 2012 15:49:18 +0000 (10:49 -0500)
committerDan Scott <dscott@laurentian.ca>
Thu, 22 Mar 2012 20:41:02 +0000 (16:41 -0400)
commitc7368f1cce63ad3fadade381fd102cdae97f1fb9
treefe0039afaa44c314e9ae3cba9656758d8b38d189
parent001ef6a6b0f4da8ea5a3606c415a9bbfe0a6a9d8
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]