Mercurial > defr > drupal > scald > dnd
diff 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 diff
--- a/dnd-library.tpl.php Tue Feb 17 15:46:36 2009 -0600 +++ b/dnd-library.tpl.php Thu Feb 19 12:33:19 2009 -0600 @@ -1,9 +1,9 @@ -<div id="<?php print $library_id; ?>"> +<div id="<?php print $library_id; ?>" class="dnd-library-wrapper"> <div class="header"> <?php print $header; ?> </div> <div class="library"> - <?php print implode('', $items); ?> + <?php print $library; ?> </div> <div class="footer"> <?php print $footer; ?>