mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-07-30 19:50:36 -04:00
Implement the first part of drag functionality. Having trouble getting visual feedback of the drop position between thumbnails, so this commit provides a checkpoint for trying various options
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
<?php defined("SYSPATH") or die("No direct script access.") ?>
|
||||
<li class="gOrganizeBranch ui-icon-left" ref="<?= $album->id ?>">
|
||||
<div id="gOrganizeBranch-<?= $album->id ?>" ref="<?= $album->id ?>"
|
||||
class="<?= $selected ? "gBranchSelected" : "" ?> gBranchText">
|
||||
class="<?= $selected ? "gBranchSelected" : "" ?>">
|
||||
<span id="gOrganizeIcon-<?= $album->id ?>" ref="<?= $album->id ?>"
|
||||
class="ui-icon <?= $album_icon ?>">
|
||||
</span>
|
||||
<?= p::clean($album->title) ?>
|
||||
<span class="gBranchText" ref="<?= $album->id ?>"><?= p::clean($album->title) ?></span>
|
||||
</div>
|
||||
<ul id="gOrganizeChildren-<?= $album->id ?>"
|
||||
class="<?= $album_icon == "ui-icon-plus" ? "gBranchCollapsed" : "" ?>">
|
||||
|
||||
Reference in New Issue
Block a user