]> git.evergreen-ils.org Git - working/Evergreen.git/commit
Improve copy display in search results
authorDan Scott <dan@coffeecode.net>
Wed, 29 Jun 2011 03:15:52 +0000 (23:15 -0400)
committerDan Scott <dan@coffeecode.net>
Wed, 29 Jun 2011 03:30:50 +0000 (23:30 -0400)
commite51477e408b1c5f818b967f809f1fc328201d2cb
treee589a88621137b20fe988809bc3e40fd78e30f0e
parent2f5ddb2e6a90b627551a80209d2123f47e70f75b
Improve copy display in search results

Even though we were trying to root our findnodes() call at a specific
point in the DOM, the XPath was retrieving all volume elements in the
entire DOM and we were therefore getting duplicate items listed in the
search results. Accordingly, use the volume ID to root the search to the
specific volume.

Also, offer designers a bit more of an opportunity to style the holdings
by placing them in a table as well. Bonus points for using thead/th, eh?

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