]> source.dussan.org Git - nextcloud-server.git/commitdiff
Update index.php
authorFrancesco Piraneo G. <fpiraneo@iface.ch>
Tue, 11 Mar 2014 13:29:26 +0000 (14:29 +0100)
committerFrancesco Piraneo G. <fpiraneo@iface.ch>
Tue, 11 Mar 2014 13:29:26 +0000 (14:29 +0100)
On line #69 added id="selectedActionsList" to allow an easy adding of new actions customs apps wants to perform on selected files;

apps/files/templates/index.php

index ed15e46a5acfe3a51ea0b0dc95f33e519779df50..faf24d82b82e9321fa3d3d16832dc3f2e0a4a5b9 100644 (file)
@@ -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"