Skip to content
Snippets Groups Projects
Commit 3f4a0778 authored by Francesco Piraneo G.'s avatar Francesco Piraneo G.
Browse files

Update index.php

On line #69 added id="selectedActionsList" to allow an easy adding of new actions customs apps wants to perform on selected files;
parent c1cb9ee9
No related branches found
No related tags found
No related merge requests found
......@@ -66,7 +66,7 @@
<input type="checkbox" id="select_all" />
<label for="select_all"></label>
<span class="name"><?php p($l->t( 'Name' )); ?></span>
<span class="selectedActions">
<span id="selectedActionsList" class="selectedActions">
<?php if($_['allowZipDownload']) : ?>
<a href="" class="download">
<img class="svg" alt="Download"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment