diff options
author | Jörn Friedrich Dreyer <jfd@butonic.de> | 2013-09-03 13:17:16 +0200 |
---|---|---|
committer | Jörn Friedrich Dreyer <jfd@butonic.de> | 2013-09-03 13:20:20 +0200 |
commit | 449fe8c75ed6ccc52708d6efa1c7a00a7d0836d3 (patch) | |
tree | 693ca540423e131c492acc44bdc42b2e9274ce60 /apps/files/templates | |
parent | 5b8d30c6b613b8b50d95fcad7dca4234a64c1632 (diff) | |
download | nextcloud-server-449fe8c75ed6ccc52708d6efa1c7a00a7d0836d3.tar.gz nextcloud-server-449fe8c75ed6ccc52708d6efa1c7a00a7d0836d3.zip |
Revert "remove editor div in filelist", add "is deprecated" comment
This reverts commit 64d09452f55c0c73fe0d55a70f82d8ad7a386d7c.
Diffstat (limited to 'apps/files/templates')
-rw-r--r-- | apps/files/templates/index.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/files/templates/index.php b/apps/files/templates/index.php index dd783e95cca..cf8865b59c9 100644 --- a/apps/files/templates/index.php +++ b/apps/files/templates/index.php @@ -101,6 +101,7 @@ <?php print_unescaped($_['fileList']); ?> </tbody> </table> +<div id="editor"></div><!-- FIXME Do not use this div in your app! It is deprecated and will be removed in the future! --> <div id="uploadsize-message" title="<?php p($l->t('Upload too large'))?>"> <p> <?php p($l->t('The files you are trying to upload exceed the maximum size for file uploads on this server.'));?> |