mirror of
https://github.com/nextcloud/server.git
synced 2026-03-19 09:05:01 -04:00
Revert "remove editor div in filelist", add "is deprecated" comment
This reverts commit 64d09452f5.
This commit is contained in:
parent
5b8d30c6b6
commit
449fe8c75e
1 changed files with 1 additions and 0 deletions
|
|
@ -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.'));?>
|
||||
|
|
|
|||
Loading…
Reference in a new issue