summaryrefslogtreecommitdiff
path: root/modules/organize/views/organize_dialog.html.php
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2009-08-30 14:58:26 -0700
committerBharat Mediratta <bharat@menalto.com>2009-08-30 14:58:26 -0700
commit53390ba79a78eab54d2c4fe8f00b79f3b3fc5648 (patch)
treee15767d7387efd6ba96115e09697033a25c21738 /modules/organize/views/organize_dialog.html.php
parent5cce88cd040fe33ee0f7037e0b045792d60ed9d8 (diff)
CSS rename: gMicroThumbXxx -> gOrganizeMicroThumbXxx to make it clear
that this is organize only.
Diffstat (limited to 'modules/organize/views/organize_dialog.html.php')
-rw-r--r--modules/organize/views/organize_dialog.html.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/organize/views/organize_dialog.html.php b/modules/organize/views/organize_dialog.html.php
index d4196460..54f21178 100644
--- a/modules/organize/views/organize_dialog.html.php
+++ b/modules/organize/views/organize_dialog.html.php
@@ -23,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>