diff options
author | Robin Appelman <icewind1991@gmail.com> | 2011-07-19 20:34:01 +0200 |
---|---|---|
committer | Robin Appelman <icewind1991@gmail.com> | 2011-07-19 20:34:01 +0200 |
commit | ff54602be06c5a949664d0eec2302075e60f44f7 (patch) | |
tree | f18c5e8eb7522700f6439a7e49419ac03daee474 /files/templates | |
parent | b69ae10b7423b1753f15bd16e0ae9c8ca5d157e4 (diff) | |
download | nextcloud-server-ff54602be06c5a949664d0eec2302075e60f44f7.tar.gz nextcloud-server-ff54602be06c5a949664d0eec2302075e60f44f7.zip |
No longer use the "Ok" button for file uploads
Diffstat (limited to 'files/templates')
-rw-r--r-- | files/templates/index.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/files/templates/index.php b/files/templates/index.php index e2760d80da0..2ee3651836f 100644 --- a/files/templates/index.php +++ b/files/templates/index.php @@ -8,7 +8,6 @@ <input class="prettybutton" id='file_upload_filename' value="Upload (max. <?php echo $_["uploadMaxHumanFilesize"];?>)"/> <input class="prettybutton" type="file" id="file_upload_start" name='files[]'/> </div> - <input class="prettybutton" type="button" id="file_upload_submit" name="file_upload_submit" value="OK" /> <iframe id="file_upload_target" name="file_upload_target" src=""></iframe> </form> <form id="file_newfolder_form"> |