diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-01-23 13:11:08 +0100 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-01-23 13:11:08 +0100 |
commit | 809fb8482dd825d43e3af1e98d902424c406ae0a (patch) | |
tree | 16205a01e105bb99ff9c81b1f0aca0406b11aa71 /apps/files/templates/index.php | |
parent | 25e9b7a7423da5d8631d365250e7e5e5955b87b2 (diff) | |
download | nextcloud-server-809fb8482dd825d43e3af1e98d902424c406ae0a.tar.gz nextcloud-server-809fb8482dd825d43e3af1e98d902424c406ae0a.zip |
remove %webroot% from files app
Diffstat (limited to 'apps/files/templates/index.php')
-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 00ec109621f..5ed1ee0c7a0 100644 --- a/apps/files/templates/index.php +++ b/apps/files/templates/index.php @@ -23,7 +23,7 @@ <input type="hidden" name="dir" value="<?php p($_['dir']) ?>" id="dir"> <input type="file" id="file_upload_start" name='files[]' data-url="<?php print_unescaped(OCP\Util::linkTo('files', 'ajax/upload.php')); ?>" /> - <a href="#" class="svg"></a> + <a href="#" class="svg icon icon-upload"></a> </div> <?php if ($_['trash']): ?> <input id="trash" type="button" value="<?php p($l->t('Deleted files'));?>" class="button" <?php $_['trashEmpty'] ? p('disabled') : '' ?>></input> |