mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-07-15 03:02:39 -04:00
Another iteration in the quest for the perfect organize module. At
this point you can select microthumbs, by clicking on them, ctrl-click will add to the selection. You can select by drawing a lasso around images. Holding the ctrl will add the lassoed thumbs to the selection. Once slected, thumbs can be dragged and dropped within the current At this point no background processing takes place
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
<div class="yui-b">
|
||||
<a id="gMicroThumbSelectAll" href="#"><?= t("select all") ?></a>
|
||||
<a id="gMicroThumbUnselectAll" href="#" style="display: none"><?= t("deselect all") ?></a>
|
||||
<div id="gMicroThumbContainer" class="yui-u first"
|
||||
<div id="gMicroThumbPanel" class="yui-u first"
|
||||
ref="<?= url::site("organize/content/__ITEM_ID__?width=__WIDTH__&height=__HEIGHT__&offset=__OFFSET__") ?>">
|
||||
<ul id="gMicroThumbGrid">
|
||||
</ul>
|
||||
|
||||
Reference in New Issue
Block a user