diff options
author | Michael Gapczynski <GapczynskiM@gmail.com> | 2011-07-29 15:43:29 -0400 |
---|---|---|
committer | Michael Gapczynski <GapczynskiM@gmail.com> | 2011-07-29 15:43:29 -0400 |
commit | f0c1f38f98e3e329f0dc352c8e01d2375e67322c (patch) | |
tree | 38468abbf55c3dd839ce06e7654072181c0af368 /files/templates/index.php | |
parent | 5fd77084c44bf1d51939a71dcd57297bf4e8bd32 (diff) | |
download | nextcloud-server-f0c1f38f98e3e329f0dc352c8e01d2375e67322c.tar.gz nextcloud-server-f0c1f38f98e3e329f0dc352c8e01d2375e67322c.zip |
Add share action for mutliple selected files
Diffstat (limited to 'files/templates/index.php')
-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 df78cf0bb2d..304ef4fe9aa 100644 --- a/files/templates/index.php +++ b/files/templates/index.php @@ -29,7 +29,7 @@ <span class='name'><?php echo $l->t( 'Name' ); ?></span> <span class='selectedActions'> <a href="" title="Download" class="download"><img class='svg' alt="Download" src="../core/img/actions/download.svg" /></a> - <!--<a href="" title="" class="share">Share</a>--> + <a href="" title="Share" class="share"><img class='svg' alt="Share" src="../core/img/actions/share.svg" /></a> </span> </th> <th id='headerSize'><?php echo $l->t( 'Size MB' ); ?></th> |