view dnd-library.tpl.php @ 20:89fe0aca43d4

Refactored the entire interval system, and started on form behavior.
author David Eads <eads@chicagotech.org>
date Sun, 08 Mar 2009 20:29:57 -0500
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>