mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-06-17 15:29:55 -04:00
1) Add rearrange processing as a task
2) Improved drop location determination 3) Add a revert if dropped on an invalid target 4) Add a popup dialog to display ajax errors Still to do progress bar, pause/continue and status messages
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
<? if ($child->is_album()): ?>
|
||||
<? $item_class = "gAlbum"; ?>
|
||||
<? endif ?>
|
||||
<li id="thumb_<?= $child->id ?>" class="gMicroThumbContainer" ref="<?= $child->id ?>" ordinal="<?= $offset + $i ?>">
|
||||
<li id="thumb_<?= $child->id ?>" class="gMicroThumbContainer" ref="<?= $child->id ?>">
|
||||
<div id="gMicroThumb-<?= $child->id ?>" class="gMicroThumb <?= $item_class ?>">
|
||||
<?= $child->thumb_tag(array("class" => "gThumbnail"), $thumbsize, true) ?>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user