diff options
author | Michael Gapczynski <GapczynskiM@gmail.com> | 2012-05-15 11:45:59 -0400 |
---|---|---|
committer | Michael Gapczynski <GapczynskiM@gmail.com> | 2012-05-15 11:45:59 -0400 |
commit | 6673375eeb898cce4c840138ff1414974a8e1506 (patch) | |
tree | 8e3cf15ef6c19b5a5375362e316ee46b61a0ff7e /apps/files/templates | |
parent | 7b92c2777702bddb4595edc93aaac0b1db5e67f9 (diff) | |
download | nextcloud-server-6673375eeb898cce4c840138ff1414974a8e1506.tar.gz nextcloud-server-6673375eeb898cce4c840138ff1414974a8e1506.zip |
No multiple file sharing in this next release, sharing UI isn't ready for it :(
Diffstat (limited to 'apps/files/templates')
-rw-r--r-- | apps/files/templates/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files/templates/index.php b/apps/files/templates/index.php index 8b3ae632036..7691f93508b 100644 --- a/apps/files/templates/index.php +++ b/apps/files/templates/index.php @@ -46,7 +46,7 @@ <?php if(!isset($_['readonly']) || !$_['readonly']) { ?><input type="checkbox" id="select_all" /><?php } ?> <span class='name'><?php echo $l->t( 'Name' ); ?></span> <span class='selectedActions'> - <a href="" class="share"><img class='svg' alt="Share" src="<?php echo OCP\image_path("core", "actions/share.svg"); ?>" /> <?php echo $l->t('Share')?></a> +<!-- <a href="" class="share"><img class='svg' alt="Share" src="<?php echo OCP\image_path("core", "actions/share.svg"); ?>" /> <?php echo $l->t('Share')?></a> --> <?php if($_['allowZipDownload']) : ?> <a href="" class="download"><img class='svg' alt="Download" src="<?php echo OCP\image_path("core", "actions/download.svg"); ?>" /> <?php echo $l->t('Download')?></a> <?php endif; ?> |