]> git.evergreen-ils.org Git - working/Evergreen.git/commit
Enable unAPI support in TT OPAC
authorDan Scott <dan@coffeecode.net>
Sun, 1 May 2011 15:55:11 +0000 (11:55 -0400)
committerberick <berick@esilibrary.com>
Sun, 1 May 2011 16:24:40 +0000 (12:24 -0400)
commit6f5c16aa5e1b42fd70766f326d00dd644a5d6837
tree2f35efb7282d694707828ffcd54b87ecee326f18
parent4d36c86bca3e89703d3e2cc08f91948a8ab960fa
Enable unAPI support in TT OPAC

We have enough information available from the context and date
plugin to construct valid unAPI IDs - so let's do it and take
one more XXX off the table. (This is good for Zotero support!)

Sadly, Zotero doesn't seem to recognize more than one unAPI
ID on the search results page; in theory it should give the
user the ability to add all of the search results at once,
but in practice it doesn't display anything.

At the same time, we can remove the duplicate unAPI placeholders
and remove unnecessary <span> elements.

Signed-off-by: Dan Scott <dan@coffeecode.net>
Signed-off-by: berick <berick@esilibrary.com>
Open-ILS/web/templates/default/opac/parts/record/summary.tt2
Open-ILS/web/templates/default/opac/parts/result/table.tt2