summaryrefslogtreecommitdiff
path: root/modules/gallery/views/form_uploadify_buttons.html.php
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2010-08-31 00:03:46 -0700
committerBharat Mediratta <bharat@menalto.com>2010-08-31 00:03:46 -0700
commitdb769b76ab7b7ed54579225fca836defc7afbd11 (patch)
treedafe40aa8ffc758b6eee0ea56ca3a5b94fa8da1f /modules/gallery/views/form_uploadify_buttons.html.php
parent5568ab24decd31e185fa1b19d29838ec3b30e570 (diff)
Expire completed uploads and introduce a text message that says how
many photos have been uploaded successfully. This is to pave the way for retry code later on.
Diffstat (limited to 'modules/gallery/views/form_uploadify_buttons.html.php')
-rw-r--r--modules/gallery/views/form_uploadify_buttons.html.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/gallery/views/form_uploadify_buttons.html.php b/modules/gallery/views/form_uploadify_buttons.html.php
index ce4d989c..e002d82d 100644
--- a/modules/gallery/views/form_uploadify_buttons.html.php
+++ b/modules/gallery/views/form_uploadify_buttons.html.php
@@ -7,4 +7,5 @@
<button id="g-upload-cancel-all" class="ui-state-default ui-corner-all ui-state-disabled" onclick="$('#g-uploadify').uploadifyClearQueue();return false;" disabled="disabled">
<?= t("Cancel uploads") ?>
</button>
+ <span id="g-add-photos-status-message" />
</div>