summaryrefslogtreecommitdiffstats
path: root/files/templates
diff options
context:
space:
mode:
authorArthur Schiwon <blizzz@arthur-schiwon.de>2011-04-18 10:02:01 +0200
committerArthur Schiwon <blizzz@arthur-schiwon.de>2011-04-18 10:02:01 +0200
commit03747a0ffbb177de43db306f43e2896eb9cf740f (patch)
tree7062d2005f293845c0e882e1dafdde3c9ea0fffe /files/templates
parent573d36a168e6bf60a49468024dca43f2cf9eb448 (diff)
downloadnextcloud-server-03747a0ffbb177de43db306f43e2896eb9cf740f.tar.gz
nextcloud-server-03747a0ffbb177de43db306f43e2896eb9cf740f.zip
implemented Delete action in 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 75eef0d16e4..d38e771c2e1 100644
--- a/files/templates/index.php
+++ b/files/templates/index.php
@@ -40,6 +40,6 @@ name="file_upload_target" src=""></iframe></form>
<ul>
<li><a href="" title="">Download</a></li>
<li><a href="" title="">Share</a></li>
- <li><a href="" title="">Delete</a></li>
+ <li><a href="" title="" id="delete_single_file">Delete</a></li>
</ul>
</div>