view dnd-library.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 7d6bf2dca269
children
line wrap: on
line source
<div id="<?php print $library_id; ?>" class="dnd-library-wrapper">
  <?php print $library; ?>
</div>