diff options
author | Bharat Mediratta <bharat@menalto.com> | 2010-08-22 00:27:24 -0700 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2010-08-22 00:27:24 -0700 |
commit | 04add75f6ff7596319b01c635cb62fafacf504cf (patch) | |
tree | 0e356b7ce42214df8aab4b45d5097328bb8169b9 /modules/organize/views | |
parent | 91fab0fcf5fb65d9e210abb031a4ddfee31b1f9e (diff) |
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.
Diffstat (limited to 'modules/organize/views')
-rw-r--r-- | modules/organize/views/organize_dialog.html.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/organize/views/organize_dialog.html.php b/modules/organize/views/organize_dialog.html.php index 4cc6385e..83143f97 100644 --- a/modules/organize/views/organize_dialog.html.php +++ b/modules/organize/views/organize_dialog.html.php @@ -94,6 +94,7 @@ sortOrder: "<?= $sort_order ?>", sortFields: "<?= $sort_fields ?>", albumId: "<?= $album->id ?>", + selectedId: "<?= $selected_id ?>", restUri: "<?= $rest_uri ?>", controllerUri: "<?= $controller_uri ?>" }; |