]> git.evergreen-ils.org Git - Evergreen.git/commit
TPAC: Display full publication info
authorDan Scott <dscott@laurentian.ca>
Wed, 12 Sep 2012 15:50:03 +0000 (11:50 -0400)
committerLebbeous Fogle-Weekley <lebbeous@esilibrary.com>
Thu, 16 May 2013 15:19:13 +0000 (11:19 -0400)
commita0ea0311956079a4f56b8342f5841df3795f3890
tree0dcbc725bdc0dcce5f061fe9971bed8e3301127f
parentaf1a7ccf5a82e2fbf03f4a8e366502148afb4ef1
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: Lebbeous Fogle-Weekley <lebbeous@esilibrary.com>
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