diff options
author | Robin Appelman <icewind1991@gmail.com> | 2011-06-17 14:17:53 +0200 |
---|---|---|
committer | Robin Appelman <icewind1991@gmail.com> | 2011-06-17 14:17:53 +0200 |
commit | c4e7761ee814f18ff6dca4e88f13b3bf05959290 (patch) | |
tree | 95492bf818c9fcf593a30a4f14c950e12917ccd4 /files/templates | |
parent | 561c3a15f0d3821ffbaef84052c77182914b2d12 (diff) | |
download | nextcloud-server-c4e7761ee814f18ff6dca4e88f13b3bf05959290.tar.gz nextcloud-server-c4e7761ee814f18ff6dca4e88f13b3bf05959290.zip |
make new folder dialog behave more like a regular form, so you can press enter to create the folder
Diffstat (limited to 'files/templates')
-rw-r--r-- | files/templates/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/templates/index.php b/files/templates/index.php index 11cf0360e1e..d2d0a237d7b 100644 --- a/files/templates/index.php +++ b/files/templates/index.php @@ -13,7 +13,7 @@ </form> <form id="file_newfolder_form"> <input type="text" class="prettybutton" name="file_newfolder_name" id="file_newfolder_name" value="New Folder" /> - <input class="prettybutton" type="button" id="file_newfolder_submit" name="file_newfolder_submit" value="OK" /> + <input class="prettybutton" type="submit" id="file_newfolder_submit" name="file_newfolder_submit" value="OK" /> </form> <a href="" title="" class="download">Download</a> <a href="" title="" class="share">Share</a> |