summaryrefslogtreecommitdiffstats
path: root/apps/files/templates
diff options
context:
space:
mode:
authorThomas Mueller <thomas.mueller@tmit.eu>2013-03-01 23:09:20 +0100
committerThomas Mueller <thomas.mueller@tmit.eu>2013-03-01 23:09:20 +0100
commit4b9863fa7d5450c51ccd6573d8bceb4161cc644c (patch)
tree8d40f7ceaf7125dc6314731432597cbc3892f7ea /apps/files/templates
parent301d065686b7cb4b49d7662e2edec9ed5fe4115b (diff)
parent31754a653b13fdf31273177f12c39e32cb8c4001 (diff)
downloadnextcloud-server-4b9863fa7d5450c51ccd6573d8bceb4161cc644c.tar.gz
nextcloud-server-4b9863fa7d5450c51ccd6573d8bceb4161cc644c.zip
Merge branch 'master' into from-insane-autoescape-to-p
Conflicts: apps/files/templates/index.php
Diffstat (limited to 'apps/files/templates')
-rw-r--r--apps/files/templates/index.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/files/templates/index.php b/apps/files/templates/index.php
index ed6dd2f04cf..78c0901c110 100644
--- a/apps/files/templates/index.php
+++ b/apps/files/templates/index.php
@@ -50,6 +50,7 @@
</div>
<div id="file_action_panel"></div>
<?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">