From 158af74b3e1fe7bcdeabfffac6b537c32093e908 Mon Sep 17 00:00:00 2001 From: Alessandro Cosentino Date: Sun, 16 Sep 2012 12:40:08 -0400 Subject: [PATCH] makes cron config layout similar to the sharing one --- settings/templates/admin.php | 27 +++++++++++++++++++++------ 1 file changed, 21 insertions(+), 6 deletions(-) diff --git a/settings/templates/admin.php b/settings/templates/admin.php index c4eab07ced..35f34489fe 100644 --- a/settings/templates/admin.php +++ b/settings/templates/admin.php @@ -29,12 +29,27 @@ if(!$_['htaccessworking']) {
t('Cron');?> - > -
- > -
- > -
+ + + + + + + + +
+ > +
+ t("Execute one task with each page loaded"); ?> +
+ > +
+ t("cron.php is registered at a webcron service. Call the cron.php page in the owncloud root once a minute over http."); ?> +
+ > +
+ t("Use systems cron service. Call the cron.php file in the owncloud folder via a system cronjob once a minute."); ?> +