TPAC: Change title tooltip in results table to useful message
authorBill Erickson <berick@esilibrary.com>
Mon, 19 Dec 2011 17:57:08 +0000 (12:57 -0500)
committerDan Scott <dan@coffeecode.net>
Wed, 21 Dec 2011 21:28:23 +0000 (16:28 -0500)
commite1c981fcfc2fa850a90885afd95d8eadff68ae55
treefc4958aa44dff3eee7869a77ea23025ea7758b56
parent34900f4472145967b4f42f1f9971f0fc33403291
TPAC: Change title tooltip in results table to useful message

From dbs's original commit:

The tooltip that would display when hovering over the title of a result
in the results table was simply the URI-escaped version of the title
text - not particularly helpful. Change this to say "Display record
details" as an actual hint about what action will occur when the user
clicks on a title in the results list.

This modified commit changes the title to 'Display record details for
"<title>"'

This commit also introduces the HTML plugin as a new
loaded-by-default template plugin.  Among other things, it's useful for
ensuring HTML attributes are safely encoded, moresoe than |html, which
does not escape quotes.

https://bugs.launchpad.net/evergreen/+bug/902979

Signed-off-by: Bill Erickson <berick@esilibrary.com>
Signed-off-by: Dan Scott <dan@coffeecode.net>
Open-ILS/src/templates/opac/parts/header.tt2
Open-ILS/src/templates/opac/parts/result/table.tt2