Merge pull request #7671 from fpiraneo/patch-1

Update index.php
This commit is contained in:
Vincent Petry 2014-03-13 13:04:30 +01:00
commit 9fa9c791eb
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@
<input type="checkbox" id="select_all" /> <input type="checkbox" id="select_all" />
<label for="select_all"></label> <label for="select_all"></label>
<span class="name"><?php p($l->t( 'Name' )); ?></span> <span class="name"><?php p($l->t( 'Name' )); ?></span>
<span class="selectedActions"> <span id="selectedActionsList" class="selectedActions">
<?php if($_['allowZipDownload']) : ?> <?php if($_['allowZipDownload']) : ?>
<a href="" class="download"> <a href="" class="download">
<img class="svg" alt="Download" <img class="svg" alt="Download"