diff --git a/settings/templates/settings/admin/server.php b/settings/templates/settings/admin/server.php index 8dc00e26e5..3536c05e99 100644 --- a/settings/templates/settings/admin/server.php +++ b/settings/templates/settings/admin/server.php @@ -55,41 +55,46 @@ href="">

t('For optimal performance it\'s important to configure background jobs correctly. For bigger instances \'Cron\' is the recommended setting. Please see the documentation for more information.'));?>

-

- > -
- t("Execute one task with each page loaded")); ?> -

-

- > -
- t("cron.php is registered at a webcron service to call cron.php every 15 minutes over HTTP.")); ?> -

-

- > -
- t("Use system cron service to call the cron.php file every 15 minutes.")); ?> - t('The cron.php needs to be executed by the system user "%s".', [$_['cli_based_cron_user']])); - } else { - print_unescaped(str_replace( - ['{linkstart}', '{linkend}'], - ['', ' ↗'], - $l->t('To run this you need the PHP POSIX extension. See {linkstart}PHP documentation{linkend} for more details.') - )); - } ?> +

+
+ t('Pick background job setting'));?> +

+ > +
+ t("Execute one task with each page loaded")); ?> +

+

+ > +
+ t("cron.php is registered at a webcron service to call cron.php every 15 minutes over HTTP.")); ?> +

+

+ > +
+ t("Use system cron service to call the cron.php file every 15 minutes.")); ?> + t('The cron.php needs to be executed by the system user "%s".', [$_['cli_based_cron_user']])); + } else { + print_unescaped(str_replace( + ['{linkstart}', '{linkend}'], + ['', ' ↗'], + $l->t('To run this you need the PHP POSIX extension. See {linkstart}PHP documentation{linkend} for more details.') + )); + } ?> -

- \ No newline at end of file +

+
+
+