diff options
author | Jörn Friedrich Dreyer <jfd@butonic.de> | 2014-12-08 15:26:31 +0100 |
---|---|---|
committer | Jörn Friedrich Dreyer <jfd@butonic.de> | 2014-12-11 16:32:27 +0100 |
commit | c615b3527f7c472afbc93d3293c7f467a99cbd0b (patch) | |
tree | d0ad68fee618b2c30e6da61d208ba283a487af6a /apps/files/templates | |
parent | 85176ec0721f5a1ac2dd8f08dd34f7d8d51b6a19 (diff) | |
download | nextcloud-server-c615b3527f7c472afbc93d3293c7f467a99cbd0b.tar.gz nextcloud-server-c615b3527f7c472afbc93d3293c7f467a99cbd0b.zip |
show readonly message in file conflict dialog, make it always selected
Diffstat (limited to 'apps/files/templates')
-rw-r--r-- | apps/files/templates/fileexists.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/files/templates/fileexists.html b/apps/files/templates/fileexists.html index 79beccef3e5..5360a7c8e8f 100644 --- a/apps/files/templates/fileexists.html +++ b/apps/files/templates/fileexists.html @@ -20,6 +20,7 @@ <span class="svg icon"></span> <div class="mtime"></div> <div class="size"></div> + <div class="message"></div> </div> </div> </div> |