Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorVincent Petry <pvince81@owncloud.com>2014-03-13 16:04:30 +0400
committerVincent Petry <pvince81@owncloud.com>2014-03-13 16:04:30 +0400
commit9fa9c791eb09013e38ebe0d7739ab862eae611ce (patch)
tree2556afde61f16ce6cbab6246bfd153d040fad945 /apps
parent1295e541736f3bf073013db72a49416821f5d4bc (diff)
parent3f4a0778c8ec6005c7686ea18586ed9f5f782036 (diff)
Merge pull request #7671 from fpiraneo/patch-1
Update index.php
Diffstat (limited to 'apps')
-rw-r--r--apps/files/templates/index.php2
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"