diff options
| author | Andy Staudacher <andy.st@gmail.com> | 2009-08-30 18:27:40 -0700 |
|---|---|---|
| committer | Andy Staudacher <andy.st@gmail.com> | 2009-08-30 18:27:40 -0700 |
| commit | e7f5e0a9a3a19d535a69e19c4527800096ae1aaa (patch) | |
| tree | 15662d3291b18ae0aefa6b2cea04d2f2fcf54740 /modules/organize/views/organize_dialog.html.php | |
| parent | df38a890a64dd33eafe3aed51ce8fde732cf8b8b (diff) | |
| parent | 31dcdcc6ad6ce47c03265f3d6e499774a17ff727 (diff) | |
Merge commit 'upstream/master'
Conflicts:
modules/gallery/views/l10n_client.html.php
modules/organize/views/organize_tree.html.php
modules/server_add/helpers/server_add_event.php
Diffstat (limited to 'modules/organize/views/organize_dialog.html.php')
| -rw-r--r-- | modules/organize/views/organize_dialog.html.php | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/modules/organize/views/organize_dialog.html.php b/modules/organize/views/organize_dialog.html.php index 857499aa..cbc2e4f9 100644 --- a/modules/organize/views/organize_dialog.html.php +++ b/modules/organize/views/organize_dialog.html.php @@ -3,6 +3,7 @@ var move_url = "<?= url::site("organize/move_to/__ALBUM_ID__?csrf=$csrf") ?>"; var rearrange_url = "<?= url::site("organize/rearrange/__TARGET_ID__/__BEFORE__?csrf=$csrf") ?>"; var sort_order_url = "<?= url::site("organize/sort_order/__ALBUM_ID__/__COL__/__DIR__?csrf=$csrf") ?>"; + var tree_url = "<?= url::site("organize/tree/__ALBUM_ID__") ?>"; </script> <div id="gOrganize" class="gDialogPanel"> <h1 style="display:none"><?= t("Organize %name", array("name" => html::purify($album->title))) ?></h1> @@ -22,9 +23,9 @@ </ul> </div> <div id="gOrganizeDetail" class="yui-u"> - <div id="gMicroThumbPanel" + <div id="gOrganizeMicroThumbPanel" ref="<?= url::site("organize/album/__ITEM_ID__/__OFFSET__") ?>"> - <ul id="gMicroThumbGrid"> + <ul id="gOrganizeMicroThumbGrid"> <?= $micro_thumb_grid ?> </ul> </div> |
