]> source.dussan.org Git - nextcloud-server.git/commitdiff
No multiple file sharing in this next release, sharing UI isn't ready for it :(
authorMichael Gapczynski <GapczynskiM@gmail.com>
Tue, 15 May 2012 15:45:59 +0000 (11:45 -0400)
committerMichael Gapczynski <GapczynskiM@gmail.com>
Tue, 15 May 2012 15:45:59 +0000 (11:45 -0400)
apps/files/templates/index.php

index 8b3ae632036b4e2a310fc4db96ee3c92518458f6..7691f93508bd5fac57421ac125d4ced1a6c14098 100644 (file)
@@ -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; ?>