]> git.evergreen-ils.org Git - Evergreen.git/commit - Open-ILS/src/templates/opac/parts/record/summary.tt2
TPAC: Display full publication info
authorDan Scott <dscott@laurentian.ca>
Wed, 12 Sep 2012 15:50:03 +0000 (11:50 -0400)
committerDan Scott <dscott@laurentian.ca>
Wed, 19 Sep 2012 15:02:57 +0000 (10:02 -0500)
commiteaac663d75eeeff6d4542522c9be3d77655db931
tree187f5b7f7a97229122b9f87136c8dba0d04ac296
parent5619df9f8450db1ada476440fc3be2a973ed8809
TPAC: Display full publication info

In both the results table and record summary, we were failing to display
the place of publication - which is critical information for people
trying to track down the right edition or constructing a bibliography.

Grab the place of publication, and then reconstruct 260abc (avoiding
another XPath iteration and giving ourselves the ability to enhance the
schema.org microdata at the same time).

Signed-off-by: Dan Scott <dscott@laurentian.ca>
Signed-off-by: Ben Shum <bshum@biblio.org>
Open-ILS/src/templates/opac/parts/misc_util.tt2
Open-ILS/src/templates/opac/parts/record/summary.tt2
Open-ILS/src/templates/opac/parts/result/table.tt2