Mercurial > defr > drupal > scald > dnd
view modules/dnd_test/dnd-library-preview.tpl.php @ 35:abc9d39cfbe9
Switch the trigger from mouseover to click.
MouseOver is problematic if people want to interact with the content of the
popup, for example to click the play button of an swf player.
author | Franck Deroche <franck@defr.org> |
---|---|
date | Fri, 18 Sep 2009 15:11:03 +0200 |
parents | 45c6c48c2a88 |
children |
line wrap: on
line source
<div class="dnd-editor-preview" id="<?php print $id; ?>"> <h2 class="title"> <?php print $title; ?> </h2> <div class="media-meta"> <div class="description"> <?php print $description; ?> </div> <div class="attribution"> <span class="author"><?php print $author; ?></span> | <span class="date"><?php print $date; ?></span> </div> </div> <div class="media-preview"> <?php print $image; ?> </div> </div>