annotate dnd-library.tpl.php @ 40:af4b3c09cc10

Add CSS style helping the end user visualize the dropped item
author Franck Deroche <franck@defr.org>
date Fri, 18 Sep 2009 15:18:09 +0200
parents 7d6bf2dca269
children
rev   line source
eads@4 1 <div id="<?php print $library_id; ?>" class="dnd-library-wrapper">
eads@28 2 <?php print $library; ?>
eads@2 3 </div>