From aaec040716d6e8702cbc001447f621e9a13a219c Mon Sep 17 00:00:00 2001 From: Tim Almdal Date: Sun, 19 Apr 2009 03:51:29 +0000 Subject: - Improve the movement of the placeholder - Make sure the thumbgrid will utoscroll when dragging - And an ordinal attribute to the thumbnail when generated, based on the current sort order of the album. --- modules/organize/controllers/organize.php | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/organize/controllers') diff --git a/modules/organize/controllers/organize.php b/modules/organize/controllers/organize.php index 91b465c5..8ec3f1cf 100644 --- a/modules/organize/controllers/organize.php +++ b/modules/organize/controllers/organize.php @@ -48,6 +48,7 @@ class Organize_Controller extends Controller { $v->children = $item->children($page_size, $offset); $v->thumbsize = self::$_MICRO_THUMB_SIZE; $v->padding = self::$_MICRO_THUMB_PADDING; + $v->offset = $offset; print json_encode(array("count" => $v->children->count(), "data" => $v->__toString())); -- cgit v1.2.3