Enable unAPI support in TT OPAC
authorDan Scott <gitorious@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)
commitf8544fddb919c6161f574013c737d74fa4588ffb
tree2f35efb7282d694707828ffcd54b87ecee326f18
parent96e293e06c1cc3ab32d5d090033a28f05c45463c
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