From a57d0d93a8c741e64ac18bbb36aad4164569f266 Mon Sep 17 00:00:00 2001 From: Chad Kieffer Date: Tue, 31 Mar 2009 05:14:40 +0000 Subject: Add quick edit pane to resize images, ticket #189 --- core/views/quick_pane.html.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'core/views') diff --git a/core/views/quick_pane.html.php b/core/views/quick_pane.html.php index d6f097d4..9bdff325 100644 --- a/core/views/quick_pane.html.php +++ b/core/views/quick_pane.html.php @@ -1,5 +1,5 @@ -type == "photo"): ?> +type == "photo" || $item->type == "resize"): ?> type == "movie"): ?> @@ -13,7 +13,7 @@ -is_photo() && graphics::can("rotate")): ?> +is_photo() || $item->type == "resize") && graphics::can("rotate")): ?> id/ccw?csrf=$csrf") ?>" title=""> @@ -29,7 +29,7 @@ -type == "photo"): ?> +type == "photo" || $item->type == "resize"): ?> type == "movie"): ?> @@ -44,7 +44,7 @@ parent())): ?> -type == "photo"): ?> +type == "photo" || $item->type == "resize"): ?> type == "movie"): ?> @@ -58,7 +58,7 @@ -type == "photo"): ?> +type == "photo" || $item->type == "resize"): ?> type == "movie"): ?> -- cgit v1.2.3