]> source.dussan.org Git - nextcloud-server.git/commitdiff
Revert "remove editor div in filelist", add "is deprecated" comment
authorJörn Friedrich Dreyer <jfd@butonic.de>
Tue, 3 Sep 2013 11:17:16 +0000 (13:17 +0200)
committerJörn Friedrich Dreyer <jfd@butonic.de>
Tue, 3 Sep 2013 11:20:20 +0000 (13:20 +0200)
This reverts commit 64d09452f55c0c73fe0d55a70f82d8ad7a386d7c.

apps/files/templates/index.php

index dd783e95ccaac7ae2cc4f57a9c98646865136e16..cf8865b59c943784638448494db37ff1cb5ae763 100644 (file)
                <?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.'));?>