diff options
Diffstat (limited to 'files/templates/index.php')
-rw-r--r-- | files/templates/index.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/files/templates/index.php b/files/templates/index.php index e0c4fd39c15..ac890257394 100644 --- a/files/templates/index.php +++ b/files/templates/index.php @@ -29,9 +29,9 @@ <input type="checkbox" id="select_all" /> <span class='name'><?php echo $l->t( 'Name' ); ?></span> <span id='selectedActions'> - <a href="" title="" class="download">Download</a> + <a href="" title="Download" class="download"><img alt="Download" src="../core/img/actions/download.svg" /></a> <!--<a href="" title="" class="share">Share</a>--> - <a href="" title="" class="delete">Delete</a> + <a href="" title="Delete" class="delete"><img alt="Delete" src="../core/img/actions/delete.svg" /></a> </span> </th> <th id='headerSize'><?php echo $l->t( 'Size MB' ); ?></th> |