summaryrefslogtreecommitdiff
path: root/modules/organize/views
diff options
context:
space:
mode:
authorTim Almdal <tnalmdal@shaw.ca>2009-05-07 17:39:34 +0000
committerTim Almdal <tnalmdal@shaw.ca>2009-05-07 17:39:34 +0000
commit2c2839c13b07ffaa5423d2affd314855e818ba11 (patch)
tree345acf6749cdfb4bb144a693b01d9b30e0d09e7a /modules/organize/views
parent6a295dc93dc4236c9118a500b3aafa5e3e97ef19 (diff)
Create a thumbnail stack of selected thumbnails for the organize
drawer
Diffstat (limited to 'modules/organize/views')
-rw-r--r--modules/organize/views/organize.html.php8
1 files changed, 1 insertions, 7 deletions
diff --git a/modules/organize/views/organize.html.php b/modules/organize/views/organize.html.php
index fd2caaa1..3df40c14 100644
--- a/modules/organize/views/organize.html.php
+++ b/modules/organize/views/organize.html.php
@@ -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>