diff dnd_test/dnd-library-item.tpl.php @ 17:1a77f87927dd

Fixed :empty custom selector behavior in IE, a little refactoring, etc.
author David Eads <eads@chicagotech.org>
date Wed, 04 Mar 2009 13:29:31 -0600
parents 5d2ae5b8eae2
children
line wrap: on
line diff
--- a/dnd_test/dnd-library-item.tpl.php	Tue Mar 03 16:57:39 2009 -0600
+++ b/dnd_test/dnd-library-item.tpl.php	Wed Mar 04 13:29:31 2009 -0600
@@ -1,4 +1,4 @@
-<div class="editor-item">
+<div class="editor-item" id="<?php print $id; ?>">
   <div class="image">
     <?php print $image; ?>
   </div>