From ee6f29812ffb06767f762aa32dfd254d0d56b799 Mon Sep 17 00:00:00 2001 From: Arthur Schiwon Date: Mon, 22 Aug 2016 10:43:04 +0200 Subject: [PATCH] put file handling into a section again --- apps/files/templates/admin.php | 34 ++++++++++++++++++---------------- 1 file changed, 18 insertions(+), 16 deletions(-) diff --git a/apps/files/templates/admin.php b/apps/files/templates/admin.php index fbadd21ef2a..ef357245df7 100644 --- a/apps/files/templates/admin.php +++ b/apps/files/templates/admin.php @@ -1,18 +1,20 @@ -

t('File handling')); ?>

- - -
- ' /> - - (t('max. possible: ')); p($_['maxPossibleUploadSize']) ?>) - - - - -

t('With PHP-FPM it might take 5 minutes for changes to be applied.')); ?>

- -

t('Missing permissions to edit from here.')); ?>

- +
+

t('File handling')); ?>

+ + +
+ ' /> + + (t('max. possible: ')); p($_['maxPossibleUploadSize']) ?>) + + + + +

t('With PHP-FPM it might take 5 minutes for changes to be applied.')); ?>

+ +

t('Missing permissions to edit from here.')); ?>

+ +
-- 2.39.5