From 091fde3e0076a110590c6dfa3004bf7b49253153 Mon Sep 17 00:00:00 2001 From: Tim Almdal Date: Mon, 27 Apr 2009 20:30:46 +0000 Subject: 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 --- modules/organize/controllers/organize.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/organize/controllers') diff --git a/modules/organize/controllers/organize.php b/modules/organize/controllers/organize.php index 89315323..62a23444 100644 --- a/modules/organize/controllers/organize.php +++ b/modules/organize/controllers/organize.php @@ -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; } -- cgit v1.2.3