summaryrefslogtreecommitdiffstats
path: root/apps/files/templates
diff options
context:
space:
mode:
authorJörn Friedrich Dreyer <jfd@butonic.de>2012-12-04 23:45:12 +0100
committerJörn Friedrich Dreyer <jfd@butonic.de>2012-12-07 15:32:24 +0100
commit810e02099ecd35446e5d6b458cb16a45227c8524 (patch)
tree23f68dea3f6dcb1caea6057ea979e222d72e0c4b /apps/files/templates
parent6864b28e474ea2e7bc26b47aacc917268ead1822 (diff)
downloadnextcloud-server-810e02099ecd35446e5d6b458cb16a45227c8524.tar.gz
nextcloud-server-810e02099ecd35446e5d6b458cb16a45227c8524.zip
upload button HTML, CSS & JS cleanup
Diffstat (limited to 'apps/files/templates')
-rw-r--r--apps/files/templates/index.php9
1 files changed, 5 insertions, 4 deletions
diff --git a/apps/files/templates/index.php b/apps/files/templates/index.php
index 82722cc47c8..a329726da49 100644
--- a/apps/files/templates/index.php
+++ b/apps/files/templates/index.php
@@ -14,7 +14,8 @@
data-type='web'><p><?php echo $l->t('From link');?></p></li>
</ul>
</div>
- <div class="file_upload_wrapper svg">
+ <div id="upload" class="button">
+ <!--div class="file_upload_wrapper"-->
<form data-upload-id='1'
id="data-upload-form"
class="file_upload_form"
@@ -30,15 +31,15 @@
<input type="hidden" class="max_human_file_size"
value="(max <?php echo $_['uploadMaxHumanFilesize']; ?>)">
<input type="hidden" name="dir" value="<?php echo $_['dir'] ?>" id="dir">
- <a id="upload" class="button"></a>
<input class="file_upload_start" type="file" name='files[]'/>
<a href="#" class="file_upload_button_wrapper" onclick="return false;"
- title="<?php echo $l->t('Upload'); echo ' max. '.$_['uploadMaxHumanFilesize'] ?>"></a>
+ title="<?php echo $l->t('Upload') . ' max. '.$_['uploadMaxHumanFilesize'] ?>"></a>
<iframe name="file_upload_target_1" class='file_upload_target' src=""></iframe>
</form>
+ <!--/div-->
</div>
- <div id="upload">
+ <div id="uploadprogresswrapper">
<div id="uploadprogressbar"></div>
<input type="button" class="stop" style="display:none"
value="<?php echo $l->t('Cancel upload');?>"