From 0bbde9e059c51fe61c92d23f9f6a4518b2fb1a8c Mon Sep 17 00:00:00 2001 From: Chad Kieffer Date: Thu, 15 Jan 2009 06:19:26 +0000 Subject: Added gQuick to album_top, started implementation, but incomplete so far. Need edit album methods added to the quick controller. --- core/helpers/core_menu.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'core/helpers/core_menu.php') diff --git a/core/helpers/core_menu.php b/core/helpers/core_menu.php index 6246f3f6..cca08885 100644 --- a/core/helpers/core_menu.php +++ b/core/helpers/core_menu.php @@ -39,7 +39,9 @@ class core_menu_Core { ->id("edit_item") ->label($item->type == "album" ? t("Edit album") : t("Edit photo")) ->url(url::site("form/edit/{$item->type}s/$item->id")))); - + + // @todo Move album options menu to the album quick edit pane + // @todo Create resized item quick edit pane menu if ($item->type == "album") { $options_menu ->append(Menu::factory("dialog") -- cgit v1.2.3