summaryrefslogtreecommitdiffstats
path: root/apps/files/templates/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files/templates/index.php')
-rw-r--r--apps/files/templates/index.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/files/templates/index.php b/apps/files/templates/index.php
index ed6dd2f04cf..90b0c8a533f 100644
--- a/apps/files/templates/index.php
+++ b/apps/files/templates/index.php
@@ -49,7 +49,8 @@
</div>
</div>
<div id="file_action_panel"></div>
- <?php else:?>
+ <?php else: ?>
+ <div class="crumb last"><?php p($l->t('You don’t have write permissions here.'))?></div>
<input type="hidden" name="dir" value="<?php p($_['dir']) ?>" id="dir">
<?php endif;?>
<input type="hidden" name="permissions" value="<?php p($_['permissions']); ?>" id="permissions">