From 8a13851da8906a4eed3c7b59d01f5a172c90371c Mon Sep 17 00:00:00 2001 From: Julius Härtl Date: Thu, 25 Jan 2018 18:53:09 +0100 Subject: Use PublicTemplateResponse for files_sharing MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- apps/files_sharing/templates/public.php | 129 +++++++++----------------------- 1 file changed, 37 insertions(+), 92 deletions(-) (limited to 'apps/files_sharing/templates') diff --git a/apps/files_sharing/templates/public.php b/apps/files_sharing/templates/public.php index 3c2bbe5fb59..698febd4c17 100644 --- a/apps/files_sharing/templates/public.php +++ b/apps/files_sharing/templates/public.php @@ -7,10 +7,6 @@ -
- -
- @@ -33,61 +29,9 @@ $maxUploadFilesize = min($upload_max_filesize, $post_max_size); - - -
-
- +
-
+
@@ -102,46 +46,47 @@ $maxUploadFilesize = min($upload_max_filesize, $post_max_size);
- +
+
+ + +
+
+
+

t('Upload files to %s', [$_['shareOwner']])) ?>

+

+ +

+ + + + t('Select or drop files')) ?> + + +
    +
- - -
-
-
-

t('Upload files to %s', [$_['shareOwner']])) ?>

-

- -

- - +
+ - t('Select or drop files')) ?> - - -
    -
-
-
-
- +
- -
-

- getLongFooter()); ?> -

-
-
+ + + -- cgit v1.2.3