From 977c4626987764933ce2ac25011ce160fd3e016e Mon Sep 17 00:00:00 2001 From: Bjoern Schiessle Date: Thu, 19 Jul 2018 22:38:17 +0200 Subject: [PATCH] move the note up, so that it is also visible in the file drop view Signed-off-by: Bjoern Schiessle --- apps/files_sharing/templates/public.php | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/apps/files_sharing/templates/public.php b/apps/files_sharing/templates/public.php index 4aedf98696..81729c179f 100644 --- a/apps/files_sharing/templates/public.php +++ b/apps/files_sharing/templates/public.php @@ -29,13 +29,14 @@ $maxUploadFilesize = min($upload_max_filesize, $post_max_size); + +
+ t('Note:')); p(' ' . $_['note']); ?> +
+ +
- -
- t('Note:')); p(' ' . $_['note']); ?> -
-