annotate dnd-library.tpl.php @ 48:f817d2a5cc0a

DnD: Fix a JS error that occured when disabling the RTE
author Franck Deroche <defr@ows.fr>
date Mon, 19 Apr 2010 10:35:02 +0000
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>