summaryrefslogtreecommitdiff
path: root/modules/organize/views
diff options
context:
space:
mode:
authorTim Almdal <tnalmdal@shaw.ca>2009-05-02 03:08:30 +0000
committerTim Almdal <tnalmdal@shaw.ca>2009-05-02 03:08:30 +0000
commita12ed1de02555fd8bf00f695f8e19d23949836c3 (patch)
treeb404cfc3aac8f88f1e478dac823daed6ec66b5e5 /modules/organize/views
parent71cac8bf151eb6ed9ae9a4a33b9acc4e882f4164 (diff)
Move the drawer to the bottom of the page and compress the thumb grid
when the drawer opens. This way the drawer is never scrolled.
Diffstat (limited to 'modules/organize/views')
-rw-r--r--modules/organize/views/organize.html.php10
1 files changed, 5 insertions, 5 deletions
diff --git a/modules/organize/views/organize.html.php b/modules/organize/views/organize.html.php
index c4247561..0b17a6ad 100644
--- a/modules/organize/views/organize.html.php
+++ b/modules/organize/views/organize.html.php
@@ -25,7 +25,7 @@
<h3><?= t("Albums") ?></h3>
</div>
<div id="gMessage" class="yui-u">
- <div class="gInfo"><?= t("Select one or more items to edit; drag and drop items to re-order or move between albums") ?></div>
+ <div class="gInfo"><?= t("Select one or more items to edit; drag and drop items to re-order or move between albums") ?></div>
</div>
</div>
<div class="yui-gf">
@@ -34,8 +34,10 @@
</div>
<div id="gMicroThumbPanel" class="yui-u"
ref="<?= url::site("organize/content/__ITEM_ID__?width=__WIDTH__&height=__HEIGHT__&offset=__OFFSET__") ?>">
- <div id="gOrganizeEditDrawer">
- <div id="gOrganizeEditDrawerPanel" class="yui-gf" style="display: none">
+ <ul id="gMicroThumbGrid"></ul>
+ </div>
+ <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>
@@ -60,8 +62,6 @@
</div>
</div>
</div>
- <ul id="gMicroThumbGrid"></ul>
- </div>
</div>
</div>
</div>