diff options
author | Jörn Friedrich Dreyer <jfd@butonic.de> | 2012-12-07 12:12:40 +0100 |
---|---|---|
committer | Jörn Friedrich Dreyer <jfd@butonic.de> | 2012-12-07 17:21:26 +0100 |
commit | 80d8ca24ec5d8b0071c0c901dfe042d99a46fcd7 (patch) | |
tree | d575f5794f5c45d522f9f2879515143440f939a8 /apps/files/templates | |
parent | 2ec96c7a636f8c5bdd75144d79a30f868be470b2 (diff) | |
download | nextcloud-server-80d8ca24ec5d8b0071c0c901dfe042d99a46fcd7.tar.gz nextcloud-server-80d8ca24ec5d8b0071c0c901dfe042d99a46fcd7.zip |
fix svg -> png replacement for android, cleanup and remove obsolete css
Diffstat (limited to 'apps/files/templates')
-rw-r--r-- | apps/files/templates/index.php | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/apps/files/templates/index.php b/apps/files/templates/index.php index 82dc96d6435..bd34c9a76d9 100644 --- a/apps/files/templates/index.php +++ b/apps/files/templates/index.php @@ -15,7 +15,6 @@ </ul> </div> <div id="upload" class="button"> - <!--div class="file_upload_wrapper"--> <form data-upload-id='1' id="data-upload-form" class="file_upload_form" @@ -31,13 +30,12 @@ <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 type="file" id="file_upload_start" name='files[]'/> - <a href="#" class="file_upload_button_wrapper" onclick="return false;" + <input type="file" id="file_upload_start" name='files[]'/> + <a href="#" class="svg" onclick="return false;" title="<?php echo $l->t('Upload') . ' max. '.$_['uploadMaxHumanFilesize'] ?>"></a> - <iframe name="file_upload_target_1" class='file_upload_target' src=""></iframe> + <iframe name="file_upload_target_1" class="file_upload_target" src=""></iframe> </form> - <!--/div--> </div> <div id="uploadprogresswrapper"> <div id="uploadprogressbar"></div> |