From 3f4a0778c8ec6005c7686ea18586ed9f5f782036 Mon Sep 17 00:00:00 2001 From: "Francesco Piraneo G." <fpiraneo@iface.ch> Date: Tue, 11 Mar 2014 14:29:26 +0100 Subject: [PATCH] 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; --- apps/files/templates/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/files/templates/index.php b/apps/files/templates/index.php index ed15e46a5a..faf24d82b8 100644 --- a/apps/files/templates/index.php +++ b/apps/files/templates/index.php @@ -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" -- GitLab