diff --git a/modules/organize/helpers/organize_event.php b/modules/organize/helpers/organize_event.php index fbe18a7a..2f997600 100644 --- a/modules/organize/helpers/organize_event.php +++ b/modules/organize/helpers/organize_event.php @@ -27,7 +27,7 @@ class organize_event_Core { ->id("organize") ->label(t("Organize album")) ->css_id("g-menu-organize-link") - ->url(url::site("organize/frame/{$item->id}"))); + ->url(url::site("organize/dialog/{$item->id}"))); } } @@ -39,7 +39,7 @@ class organize_event_Core { ->id("organize") ->label(t("Organize album")) ->css_class("ui-icon-folder-open g-organize-link") - ->url(url::site("organize/frame/{$item->id}"))); + ->url(url::site("organize/dialog/{$item->id}"))); } else { $parent = $item->parent(); $menu->get("options_menu") @@ -47,7 +47,7 @@ class organize_event_Core { ->id("move") ->label(t("Move to another album")) ->css_class("ui-icon-folder-open g-organize-link") - ->url(url::site("organize/frame/{$parent->id}?selected_id={$item->id}"))); + ->url(url::site("organize/dialog/{$parent->id}?selected_id={$item->id}"))); } } } diff --git a/modules/organize/views/organize_dialog.html.php b/modules/organize/views/organize_dialog.html.php index d9303075..7bff576d 100644 --- a/modules/organize/views/organize_dialog.html.php +++ b/modules/organize/views/organize_dialog.html.php @@ -1,409 +1,23 @@ -" /> -" /> -" /> - - - - + diff --git a/modules/organize/views/organize_frame.html.php b/modules/organize/views/organize_frame.html.php index 2abea898..d9303075 100644 --- a/modules/organize/views/organize_frame.html.php +++ b/modules/organize/views/organize_frame.html.php @@ -1,23 +1,409 @@ - + + + -