diff options
author | Robin Appelman <icewind1991@gmail.com> | 2011-06-23 12:04:17 +0200 |
---|---|---|
committer | Robin Appelman <icewind1991@gmail.com> | 2011-06-23 12:17:03 +0200 |
commit | 51b25574700de137f15da880f51bf3a3fb167b4d (patch) | |
tree | 47402954d94ed60087d60eb0a00ab2757627c571 /files/templates | |
parent | 481b7b25e2635f66b3aba6eeb4b2100b0f1a825b (diff) | |
download | nextcloud-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.php | 2 |
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"> |