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_thumb_grid.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_thumb_grid.html.php')
| -rw-r--r-- | modules/organize/views/organize_thumb_grid.html.php | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/modules/organize/views/organize_thumb_grid.html.php b/modules/organize/views/organize_thumb_grid.html.php index 31dc9af5..929d9ec3 100644 --- a/modules/organize/views/organize_thumb_grid.html.php +++ b/modules/organize/views/organize_thumb_grid.html.php @@ -1,8 +1,8 @@ <?php defined("SYSPATH") or die("No direct script access.") ?> <? foreach ($album->children(25, $offset) as $child): ?> -<li class="gMicroThumbGridCell" ref="<?= $child->id ?>"> - <div id="gMicroThumb_<?= $child->id ?>" - class="gMicroThumb <?= $child->is_album() ? "gAlbum" : "gPhoto" ?>"> +<li class="gOrganizeMicroThumbGridCell" ref="<?= $child->id ?>"> + <div id="gOrganizeMicroThumb_<?= $child->id ?>" + class="gOrganizeMicroThumb <?= $child->is_album() ? "gAlbum" : "gPhoto" ?>"> <?= $child->thumb_img(array("class" => "gThumbnail", "ref" => $child->id), 90, true) ?> </div> </li> @@ -13,7 +13,7 @@ setTimeout(function() { $.get("<?= url::site("organize/content/$album->id/" . ($offset + 25)) ?>", function(data) { - $("#gMicroThumbGrid").append(data); + $("#gOrganizeMicroThumbGrid").append(data); $.organize.set_handlers(); } ); |
