diff options
author | Thomas Citharel <tcit@tcit.fr> | 2017-08-27 15:20:18 +0200 |
---|---|---|
committer | Thomas Citharel <tcit@tcit.fr> | 2017-08-27 15:20:18 +0200 |
commit | 2af0c3d9283fa63aaf701eb3ebe51bbbec7aa250 (patch) | |
tree | 15e203494f6143b455685ebef4ee0cc16004d098 /apps/files/templates/list.php | |
parent | a17aba4e23c7ab6eecba7c655266f511e14212fc (diff) | |
download | nextcloud-server-2af0c3d9283fa63aaf701eb3ebe51bbbec7aa250.tar.gz nextcloud-server-2af0c3d9283fa63aaf701eb3ebe51bbbec7aa250.zip |
Move multiple files
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
Diffstat (limited to 'apps/files/templates/list.php')
-rw-r--r-- | apps/files/templates/list.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/files/templates/list.php b/apps/files/templates/list.php index b8b72a10100..67c330c38c7 100644 --- a/apps/files/templates/list.php +++ b/apps/files/templates/list.php @@ -47,6 +47,10 @@ </label> <a class="name sort columntitle" data-sort="name"><span><?php p($l->t( 'Name' )); ?></span><span class="sort-indicator"></span></a> <span id="selectedActionsList" class="selectedActions"> + <a href="" class="move"> + <span class="icon icon-external"></span> + <span><?php p($l->t('Move'))?></span> + </a> <a href="" class="download"> <span class="icon icon-download"></span> <span><?php p($l->t('Download'))?></span> |