diff options
author | szaimen <szaimen@e.mail.de> | 2021-07-15 02:38:35 +0200 |
---|---|---|
committer | szaimen <szaimen@e.mail.de> | 2021-07-15 21:00:09 +0200 |
commit | 85b0df20fab4b385a4768aadadd3f57821a5d722 (patch) | |
tree | 11ed898cbc933609599891538b38fa4e29211808 /apps/files/templates | |
parent | 3e67637a4a7340b0afc37746b03bcd42bbaacda2 (diff) | |
download | nextcloud-server-85b0df20fab4b385a4768aadadd3f57821a5d722.tar.gz nextcloud-server-85b0df20fab4b385a4768aadadd3f57821a5d722.zip |
Improve notcreatable permissions hint
Signed-off-by: szaimen <szaimen@e.mail.de>
Diffstat (limited to 'apps/files/templates')
-rw-r--r-- | apps/files/templates/list.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/files/templates/list.php b/apps/files/templates/list.php index ff79c771c0a..a88a9550beb 100644 --- a/apps/files/templates/list.php +++ b/apps/files/templates/list.php @@ -5,6 +5,7 @@ </div> <div id="file_action_panel"></div> <div class="notCreatable notPublic hidden"> + <div class="icon-alert-outline"></div> <?php p($l->t('You don’t have permission to upload or create files here'))?> </div> <?php /* Note: the template attributes are here only for the public page. These are normally loaded |