mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-08-22 23:05:18 -04:00
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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user