mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-07-30 11:40:43 -04:00
Get rid of the move dialog and move option. Instead, replace it with
a call to Organize with the appropriate album open. I have not yet figured out how to get the SWF code to highlight the active image, but that's coming. Partial fix for #1204.
This commit is contained in:
@@ -42,6 +42,7 @@ class Organize_Controller extends Controller {
|
||||
$v->file_filter = addslashes($file_filter);
|
||||
$v->sort_order = addslashes(json_encode($sort_order));
|
||||
$v->sort_fields = addslashes(json_encode($sort_fields));
|
||||
$v->selected_id = Input::instance()->get("selected_id", null);
|
||||
$v->rest_uri = url::site("rest") . "/";
|
||||
$v->controller_uri = url::site("organize") . "/";
|
||||
$v->swf_uri = url::file("modules/organize/lib/Gallery3WebClient.swf?") .
|
||||
|
||||
Reference in New Issue
Block a user