diff options
author | Francesco Piraneo G. <fpiraneo@iface.ch> | 2014-03-11 14:29:26 +0100 |
---|---|---|
committer | Francesco Piraneo G. <fpiraneo@iface.ch> | 2014-03-11 14:29:26 +0100 |
commit | 3f4a0778c8ec6005c7686ea18586ed9f5f782036 (patch) | |
tree | 6130e2e5da021850ca9b8ed32fb768070e0ddb4c /apps | |
parent | c1cb9ee9b0b19e17ddde046642fa01d52cda63bf (diff) | |
download | nextcloud-server-3f4a0778c8ec6005c7686ea18586ed9f5f782036.tar.gz nextcloud-server-3f4a0778c8ec6005c7686ea18586ed9f5f782036.zip |
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;
Diffstat (limited to 'apps')
-rw-r--r-- | apps/files/templates/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files/templates/index.php b/apps/files/templates/index.php index ed15e46a5ac..faf24d82b82 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" |