summaryrefslogtreecommitdiffstats
path: root/files/templates
diff options
context:
space:
mode:
authorRobin Appelman <icewind1991@gmail.com>2011-06-23 12:04:17 +0200
committerRobin Appelman <icewind1991@gmail.com>2011-06-23 12:17:03 +0200
commit51b25574700de137f15da880f51bf3a3fb167b4d (patch)
tree47402954d94ed60087d60eb0a00ab2757627c571 /files/templates
parent481b7b25e2635f66b3aba6eeb4b2100b0f1a825b (diff)
downloadnextcloud-server-51b25574700de137f15da880f51bf3a3fb167b4d.tar.gz
nextcloud-server-51b25574700de137f15da880f51bf3a3fb167b4d.zip
stop confusing people with a dummy share button
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 0f24a00f077..6eaa380506d 100644
--- a/files/templates/index.php
+++ b/files/templates/index.php
@@ -16,7 +16,7 @@
<input class="prettybutton" type="submit" id="file_newfolder_submit" name="file_newfolder_submit" value="OK" />
</form>
<a href="" title="" class="download"><?php echo $l->t( 'Download' ); ?></a>
- <a href="" title="" class="share"><?php echo $l->t( 'Share' ); ?></a>
+ <!--<a href="" title="" class="share"><?php echo $l->t( 'Share' ); ?></a>-->
<a href="" title="" class="delete"><?php echo $l->t( 'Delete' ); ?></a>
</div>
<div id="file_action_panel">