From 466892d13c38bd006809f04b13df5813ca352ada Mon Sep 17 00:00:00 2001 From: Dan Scott Date: Sun, 11 Dec 2011 18:15:05 -0500 Subject: [PATCH] TPAC: Change title tooltip in results table to useful message 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. Signed-off-by: Dan Scott --- Open-ILS/src/templates/opac/parts/result/table.tt2 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Open-ILS/src/templates/opac/parts/result/table.tt2 b/Open-ILS/src/templates/opac/parts/result/table.tt2 index a8a277efe0..130a9e8b72 100644 --- a/Open-ILS/src/templates/opac/parts/result/table.tt2 +++ b/Open-ILS/src/templates/opac/parts/result/table.tt2 @@ -46,8 +46,9 @@ name='result_table_title_cell' valign="top">
-- 2.11.0