From 00d7ed76a3e877476e50e9ced1230fc37a086d2b Mon Sep 17 00:00:00 2001 From: rWatcher Date: Mon, 24 Aug 2009 17:15:56 -0400 Subject: [PATCH] Highlight face on mouseover. --- .../views/drawfaces_highlight_block.html.php | 63 +++++++++++++------ 1 file changed, 43 insertions(+), 20 deletions(-) diff --git a/modules/tagfaces/views/drawfaces_highlight_block.html.php b/modules/tagfaces/views/drawfaces_highlight_block.html.php index 1bca9330..3dfd9f32 100644 --- a/modules/tagfaces/views/drawfaces_highlight_block.html.php +++ b/modules/tagfaces/views/drawfaces_highlight_block.html.php @@ -9,8 +9,20 @@ // to show where the faces are at. if (count($existingFaces) > 0) { ?> - - + + + + tag_id) ?> - tag_id") ?>" title="name); ?>" alt="name; ?>" onMouseOver="highlightbox(x1 ?>,y1 ?>,x2 ?>,y2 ?>,'name); ?>')" onMouseOut="hidebox()" /> + tag_id") ?>" title="name); ?>" alt="name); ?>" onMouseOver="highlightbox(x1 ?>,y1 ?>,x2 ?>,y2 ?>,'name); ?>', 'tag_id") ?>')" />