mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-08-06 23:21:18 -04:00
Create a thumbnail stack of selected thumbnails for the organize
drawer
This commit is contained in:
@@ -39,13 +39,7 @@
|
||||
<div id="gOrganizeEditDrawer" class="yui-u">
|
||||
<div id="gOrganizeEditDrawerPanel" class="yui-gf">
|
||||
<div id="gOrganizeFormThumbs" class="yui-u first">
|
||||
<div id="gOrganizeFormNoImage">
|
||||
<h3><?= t("No Image Selected") ?></h3>
|
||||
</div>
|
||||
<div id="gOrganizeFormThumb" style="display: none"></div>
|
||||
<div id="gOrganizeFormMultipleImages" style="display:none">
|
||||
<h3><?= t("Multiple Images Selected") ?></h3>
|
||||
</div>
|
||||
<ul id="gOrganizeFormThumbStack" />
|
||||
</div>
|
||||
<?= $edit_form ?>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user