view dnd-library.tpl.php @ 16:bb68dc3ad56f

Major refactor to provide better TinyMCE support and less configuration options, added new jquery dependency, etc.
author David Eads <eads@chicagotech.org>
date Tue, 03 Mar 2009 16:57:39 -0600
parents c2eb995212bf
children 7d6bf2dca269
line wrap: on
line source
<div id="<?php print $library_id; ?>" class="dnd-library-wrapper">
  <div class="header">
    <?php print $header; ?>
  </div>
  <div class="library">
    <?php print $library; ?>
  </div>
  <div class="footer">
    <?php print $footer; ?>
  </div>
</div>