Another iteration of the organize module:

Rearrange the layout as per discussion with thumb, start the drawer
functionality. Still to do... 
1) Add the processing behind the buttons on the drawer handle
2) Enable the drawer buttons when something is selected
3) Create a copy of the thumbs for the drawer
4) Add the bulk editting functionality to the drawer
This commit is contained in:
Tim Almdal
2009-04-27 20:30:46 +00:00
parent 2a5abfdbd4
commit 091fde3e00
8 changed files with 174 additions and 74 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ class Organize_Controller extends Controller {
$v->album_tree = $this->tree($item, $root);
$v->edit_form = new View("organize_edit.html");
$v->edit_form->button_pane = new View("organize_button_pane.html");
$v->button_pane = new View("organize_button_pane.html");
print $v;
}