New code:

<!-- start sidebar2 -->
                <div id="sidebar2" class="sidebar">
                        <ul>
                                <li id="chunkListModule">
                                <h2>Chunk List</h2>
                                <div id = "addPage">
                                <h4 align="center">DRAG HERE TO ADD TO PAGE</h4>
                                </div>
                                <br />
                                <div 
style="height:300px;width:250px;overflow:auto;">
                                <ul id="chunksList" class="sortableList" 
onmouseup="processChunk
('chunksList', 'recreateList')">
                                        <?php
                                                $myChunksList = new 
ChunksList();
                                                echo 
$myChunksList->BuildChunksList();
                                        ?>
                                </ul>
                                </div>
                                <br />
                                <div id = "trash">
                                        <h4 align="center">DRAG HERE TO 
DELETE</h4>
                                </div>
                        </ul>
                </div>
        <!-- end sidebar2 -->
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Prototype & script.aculo.us" group.
To post to this group, send email to prototype-scriptaculous@googlegroups.com
To unsubscribe from this group, send email to 
prototype-scriptaculous+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/prototype-scriptaculous?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to