view dnd-library.tpl.php @ 4:c2eb995212bf

TONS of fixes in this commit.
author David Eads <eads@chicagotech.org>
date Thu, 19 Feb 2009 12:33:19 -0600
parents 5a44c430b7ac
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>