summaryrefslogtreecommitdiffstats
path: root/files/templates
diff options
context:
space:
mode:
authorRobin Appelman <icewind1991@gmail.com>2011-06-17 14:17:53 +0200
committerRobin Appelman <icewind1991@gmail.com>2011-06-17 14:17:53 +0200
commitc4e7761ee814f18ff6dca4e88f13b3bf05959290 (patch)
tree95492bf818c9fcf593a30a4f14c950e12917ccd4 /files/templates
parent561c3a15f0d3821ffbaef84052c77182914b2d12 (diff)
downloadnextcloud-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.php2
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" />&nbsp;
- <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>