summaryrefslogtreecommitdiffstats
path: root/apps/files/templates
diff options
context:
space:
mode:
authorJörn Friedrich Dreyer <jfd@butonic.de>2012-12-05 11:17:41 +0100
committerJörn Friedrich Dreyer <jfd@butonic.de>2012-12-07 17:21:26 +0100
commit8cf1e560bb4c04dba91adc069e0bb38dcc4efa93 (patch)
tree4b8c9fd70bee2fad83a56ea9fd1672a78729a99f /apps/files/templates
parent810e02099ecd35446e5d6b458cb16a45227c8524 (diff)
downloadnextcloud-server-8cf1e560bb4c04dba91adc069e0bb38dcc4efa93.tar.gz
nextcloud-server-8cf1e560bb4c04dba91adc069e0bb38dcc4efa93.zip
add IE9 CSS checkbox fixes
Diffstat (limited to 'apps/files/templates')
-rw-r--r--apps/files/templates/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files/templates/index.php b/apps/files/templates/index.php
index a329726da49..82dc96d6435 100644
--- a/apps/files/templates/index.php
+++ b/apps/files/templates/index.php
@@ -31,7 +31,7 @@
<input type="hidden" class="max_human_file_size"
value="(max <?php echo $_['uploadMaxHumanFilesize']; ?>)">
<input type="hidden" name="dir" value="<?php echo $_['dir'] ?>" id="dir">
- <input class="file_upload_start" type="file" name='files[]'/>
+ <input type="file" id="file_upload_start" name='files[]'/>
<a href="#" class="file_upload_button_wrapper" onclick="return false;"
title="<?php echo $l->t('Upload') . ' max. '.$_['uploadMaxHumanFilesize'] ?>"></a>