diff options
| author | Chad Kieffer <chad@2tbsp.com> | 2009-04-10 05:40:56 +0000 |
|---|---|---|
| committer | Chad Kieffer <chad@2tbsp.com> | 2009-04-10 05:40:56 +0000 |
| commit | 9f488446d9dde9e485da2287a81fa14df1c5af0d (patch) | |
| tree | afc8b1f6ae900b2e5705a9744c6e1c825fc67d85 /modules/organize/views/organize_thumb_grid.html.php | |
| parent | 91bc1292da0c4e01c475272a64030bb8097367b0 (diff) | |
Fix up microthumb grid, changed unselect to deselect all, white space fixes.
Diffstat (limited to 'modules/organize/views/organize_thumb_grid.html.php')
| -rw-r--r-- | modules/organize/views/organize_thumb_grid.html.php | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/modules/organize/views/organize_thumb_grid.html.php b/modules/organize/views/organize_thumb_grid.html.php index 1f63f034..cdfd00bb 100644 --- a/modules/organize/views/organize_thumb_grid.html.php +++ b/modules/organize/views/organize_thumb_grid.html.php @@ -9,12 +9,10 @@ <? endif ?> <li> <div> - <div class="gOrganizeReorderDropTarget" ref="<?= $child->id ?>"> - </div> - <div id="gMicroThumb-<?= $child->id ?>" class="gMicroThumb <?= $item_class ?>"> - <?= $child->thumb_tag(array("class" => "gThumbnail"), $thumbsize, true) ?> - </div> + <div class="gOrganizeReorderDropTarget" ref="<?= $child->id ?>"> </div> + <div id="gMicroThumb-<?= $child->id ?>" class="gMicroThumb <?= $item_class ?>"> + <?= $child->thumb_tag(array("class" => "gThumbnail"), $thumbsize, true) ?> </div> + </div> </li> <? endforeach ?> - |
