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:32:39 +0000 (10:32 -0500)
commita259f3edafa118f7cd55d4997138e7da6f668db3
treeb1afcdbb61474c1df93b1a729bc43d289a4c6688
parent030b126a938c13ce2f3bc5d042ecb53059a0dca3
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