summaryrefslogtreecommitdiff
path: root/modules/organize/views/organize_dialog.html.php
diff options
context:
space:
mode:
authorTim Almdal <tnalmdal@shaw.ca>2009-08-05 08:31:58 -0700
committerTim Almdal <tnalmdal@shaw.ca>2009-08-05 08:31:58 -0700
commit869c3de9612a598dae0ce400991bdbe173a2decc (patch)
tree4a366cf137c6d1c91e85401943b7573bb7615540 /modules/organize/views/organize_dialog.html.php
parent5f47271e3216c0a3c533174d8ff0937f9947584e (diff)
Enable the expand/collapse of branches by clicking on the plus/minus
icons. Branches with no albums, will not have an icon.
Diffstat (limited to 'modules/organize/views/organize_dialog.html.php')
-rw-r--r--modules/organize/views/organize_dialog.html.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/organize/views/organize_dialog.html.php b/modules/organize/views/organize_dialog.html.php
index cf3fd478..1e6646e4 100644
--- a/modules/organize/views/organize_dialog.html.php
+++ b/modules/organize/views/organize_dialog.html.php
@@ -12,7 +12,7 @@
</div>
<div class="yui-gf">
<div id="gOrganizeTreeContainer" class="yui-u first">
- <ul id="gOrganizeAlbumTree">
+ <ul id="gOrganizeAlbumTree" ref="<?= url::site("organize/children/__ITEM_ID__") ?>">
<?= $album_tree ?>
</ul>
</div>