diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2015-11-11 16:44:54 +0100 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2015-11-11 16:45:40 +0100 |
commit | 0de225e6a6a98292989d190eb287a10c359f178f (patch) | |
tree | b7a3fcee87db1d50471208f1cc49feae21f08d2b /apps | |
parent | dd153a562591d594609792bb7ac4eab8df8f7d21 (diff) | |
download | nextcloud-server-0de225e6a6a98292989d190eb287a10c359f178f.tar.gz nextcloud-server-0de225e6a6a98292989d190eb287a10c359f178f.zip |
fix layout and wording for file handling admin setting
Diffstat (limited to 'apps')
-rw-r--r-- | apps/files/templates/admin.php | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/apps/files/templates/admin.php b/apps/files/templates/admin.php index 822fc779bd3..e5a6ecfc96e 100644 --- a/apps/files/templates/admin.php +++ b/apps/files/templates/admin.php @@ -7,14 +7,12 @@ <?php if($_['displayMaxPossibleUploadSize']):?> (<?php p($l->t('max. possible: ')); p($_['maxPossibleUploadSize']) ?>) <?php endif;?> - <br/> <input type="hidden" value="<?php p($_['requesttoken']); ?>" name="requesttoken" /> <?php if($_['uploadChangable']): ?> - <?php p($l->t('With PHP-FPM this value may take up to 5 minutes to take effect after saving.')); ?> - <br/> <input type="submit" name="submitFilesAdminSettings" id="submitFilesAdminSettings" value="<?php p($l->t( 'Save' )); ?>"/> + <p><em><?php p($l->t('With PHP-FPM it might take 5 minutes for changes to be applied.')); ?></em></p> <?php else: ?> - <?php p($l->t('Can not be edited from here due to insufficient permissions.')); ?> + <p><em><?php p($l->t('Missing permissions to edit from here.')); ?></em></p> <?php endif; ?> </form> |