summaryrefslogtreecommitdiff
path: root/modules/gallery/views
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2009-11-14 11:51:20 -0800
committerBharat Mediratta <bharat@menalto.com>2009-11-14 11:51:20 -0800
commit594742b7d1c9960f08253411f3d7c08532bddd7f (patch)
treeaee12e2775ec7cd5b9e2b8e6e841793050e36b26 /modules/gallery/views
parentd12e3698e3e6a259f34ced2050e4343f54e130aa (diff)
parent670629fe10322ca3b996d2ec4206a1aa71ae449d (diff)
Merge branch 'master' of git@github.com:gallery/gallery3
Diffstat (limited to 'modules/gallery/views')
-rw-r--r--modules/gallery/views/simple_uploader.html.php15
1 files changed, 6 insertions, 9 deletions
diff --git a/modules/gallery/views/simple_uploader.html.php b/modules/gallery/views/simple_uploader.html.php
index 8f296ab2..10e748b6 100644
--- a/modules/gallery/views/simple_uploader.html.php
+++ b/modules/gallery/views/simple_uploader.html.php
@@ -15,8 +15,8 @@
cancelImg: "<?= url::file("lib/uploadify/cancel.png") ?>",
buttonText: <?= t("Select Photos ...")->for_js() ?>,
simUploadLimit: 10,
- wmode: "transparent",
- hideButton: true,
+ //wmode: "transparent",
+ hideButton: false, /* should be true */
auto: true,
multi: true,
onAllComplete: function(filesUploaded, errors, allbytesLoaded, speed) {
@@ -81,8 +81,8 @@
// @todo figure out how to actually get the offset or why it comes back 0 0
var offset = $("#g-add-photos-button").offset();
- $("#g-uploadifyUploader").css({top: "97px", position: "absolute", left: "198px"});
- $("#g-add-photos-button").height("40px").width("120px");
+ //$("#g-uploadifyUploader").css({top: "97px", position: "absolute", left: "198px"});
+ //$("#g-add-photos-button").height("40px").width("120px");
});
</script>
@@ -115,11 +115,8 @@
</div>
<div id="g-add-photos-canvas" style="text-align: center;">
- <a id="g-add-photos-button" class="ui-corner-all" style="padding-bottom: 1em;" href="#"><?= t("Select Photos...") ?></a>
-
- <div id="g-uploadify"></div>
-
-
+ <!-- a id="g-add-photos-button" class="ui-corner-all" style="padding-bottom: 1em;" href="#"><?= t("Select Photos...") ?></a -->
+ <span id="g-uploadify"></span>
</div>
<div id="g-add-photos-status" style="text-align: center;">
<ul>