diff options
| author | Tim Almdal <tnalmdal@shaw.ca> | 2008-12-02 21:25:15 +0000 |
|---|---|---|
| committer | Tim Almdal <tnalmdal@shaw.ca> | 2008-12-02 21:25:15 +0000 |
| commit | 3953dde2c698d89810661435b2602fbdb55c322e (patch) | |
| tree | 37da3672e8d84d26b90a913a4c5ef0c7a3053829 /modules/rearrange/views | |
| parent | ea11562e3270764a1083b0b7e236be5331626504 (diff) | |
The rearrange module will now add an album if you drag the "new album" onto the album tree. I haven't had a chance to figure out why the form does get any styling or why a textarea is no included as a list item.
Diffstat (limited to 'modules/rearrange/views')
| -rw-r--r-- | modules/rearrange/views/rearrange.html.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/rearrange/views/rearrange.html.php b/modules/rearrange/views/rearrange.html.php index e1c03af2..24ccfb50 100644 --- a/modules/rearrange/views/rearrange.html.php +++ b/modules/rearrange/views/rearrange.html.php @@ -8,6 +8,10 @@ $(document).ready( function() { </script> <div id="gRearrange"> <span id="gAddAlbum" rel="gAddAlbum">New Album</span> + <div id="gAddAlbumPopup"> + <a id="gAddAlbumPopupClose">x</a> + <div id="gAddAlbumArea"></div> + </div> <span id="gDeleteItem">Delete</span> <hr/> |
