fix layout and wording for file handling admin setting
This commit is contained in:
parent
dd153a5625
commit
0de225e6a6
|
@ -7,14 +7,12 @@
|
||||||
<?php if($_['displayMaxPossibleUploadSize']):?>
|
<?php if($_['displayMaxPossibleUploadSize']):?>
|
||||||
(<?php p($l->t('max. possible: ')); p($_['maxPossibleUploadSize']) ?>)
|
(<?php p($l->t('max. possible: ')); p($_['maxPossibleUploadSize']) ?>)
|
||||||
<?php endif;?>
|
<?php endif;?>
|
||||||
<br/>
|
|
||||||
<input type="hidden" value="<?php p($_['requesttoken']); ?>" name="requesttoken" />
|
<input type="hidden" value="<?php p($_['requesttoken']); ?>" name="requesttoken" />
|
||||||
<?php if($_['uploadChangable']): ?>
|
<?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"
|
<input type="submit" name="submitFilesAdminSettings" id="submitFilesAdminSettings"
|
||||||
value="<?php p($l->t( 'Save' )); ?>"/>
|
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 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; ?>
|
<?php endif; ?>
|
||||||
</form>
|
</form>
|
||||||
|
|
Loading…
Reference in New Issue