summaryrefslogtreecommitdiffstats
path: root/files/templates
diff options
context:
space:
mode:
authorMichael Gapczynski <GapczynskiM@gmail.com>2011-07-29 13:58:13 -0400
committerMichael Gapczynski <GapczynskiM@gmail.com>2011-07-29 13:58:13 -0400
commit5fd77084c44bf1d51939a71dcd57297bf4e8bd32 (patch)
treec7563d9866699c07f94993dee7fee4faaba4c66b /files/templates
parent45222f34a6ad8e94aa3d5358adf3c8272d78df20 (diff)
parentd12d08e2f3553b06df6371535f971c9f193bd388 (diff)
downloadnextcloud-server-5fd77084c44bf1d51939a71dcd57297bf4e8bd32.tar.gz
nextcloud-server-5fd77084c44bf1d51939a71dcd57297bf4e8bd32.zip
Merge branch 'master' into sharing
Conflicts: core/templates/layout.user.php
Diffstat (limited to 'files/templates')
-rw-r--r--files/templates/index.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/files/templates/index.php b/files/templates/index.php
index 9bc939ee90a..df78cf0bb2d 100644
--- a/files/templates/index.php
+++ b/files/templates/index.php
@@ -28,12 +28,12 @@
<input type="checkbox" id="select_all" />
<span class='name'><?php echo $l->t( 'Name' ); ?></span>
<span class='selectedActions'>
- <a href="" title="Download" class="download"><img alt="Download" src="../core/img/actions/download.svg" /></a>
+ <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>-->
</span>
</th>
<th id='headerSize'><?php echo $l->t( 'Size MB' ); ?></th>
- <th id='headerDate'><span id="modified"><?php echo $l->t( 'Modified' ); ?></span><span class='selectedActions'><a href="" title="Delete" class="delete"><img alt="Delete" src="../core/img/actions/delete.svg" /></a></span></th>
+ <th id='headerDate'><span id="modified"><?php echo $l->t( 'Modified' ); ?></span><span class='selectedActions'><a href="" title="Delete" class="delete"><img class='svg' alt="Delete" src="../core/img/actions/delete.svg" /></a></span></th>
</tr>
</thead>
<tbody id="fileList">