From 51b25574700de137f15da880f51bf3a3fb167b4d Mon Sep 17 00:00:00 2001
From: Robin Appelman <icewind1991@gmail.com>
Date: Thu, 23 Jun 2011 12:04:17 +0200
Subject: [PATCH] stop confusing people with a dummy share button

---
 files/templates/index.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/files/templates/index.php b/files/templates/index.php
index 0f24a00f07..6eaa380506 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">
-- 
GitLab