summaryrefslogtreecommitdiffstats
path: root/files/templates
diff options
context:
space:
mode:
authorArthur Schiwon <blizzz@arthur-schiwon.de>2011-04-18 16:59:30 +0200
committerArthur Schiwon <blizzz@arthur-schiwon.de>2011-04-18 16:59:30 +0200
commit4ae158bbe03e33ed4cf9b42af44ef7b7876a6fe2 (patch)
treea1436d46909ed995b931cee5ebe638c867650db9 /files/templates
parent5a11e739b4fe3562df139798eac3566fa4809d60 (diff)
downloadnextcloud-server-4ae158bbe03e33ed4cf9b42af44ef7b7876a6fe2.tar.gz
nextcloud-server-4ae158bbe03e33ed4cf9b42af44ef7b7876a6fe2.zip
implemented download single file from file menu
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 d38e771c2e1..f761f1f538d 100644
--- a/files/templates/index.php
+++ b/files/templates/index.php
@@ -38,7 +38,7 @@ name="file_upload_target" src=""></iframe></form>
<div id="file_menu">
<ul>
- <li><a href="" title="">Download</a></li>
+ <li><a href="" title="" id="download_single_file">Download</a></li>
<li><a href="" title="">Share</a></li>
<li><a href="" title="" id="delete_single_file">Delete</a></li>
</ul>