From 442f26ea80e8736f085adb01ad932449d5ad476d Mon Sep 17 00:00:00 2001 From: Frank Karlitschek Date: Sun, 16 Sep 2012 17:23:21 +0200 Subject: structure the settings options a bit better. --- settings/templates/admin.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'settings/templates') diff --git a/settings/templates/admin.php b/settings/templates/admin.php index 4edbe64e967..c4eab07ced4 100644 --- a/settings/templates/admin.php +++ b/settings/templates/admin.php @@ -38,7 +38,7 @@ if(!$_['htaccessworking']) {
- t('Share API');?> + t('Sharing');?> + + +
@@ -46,15 +46,19 @@ if(!$_['htaccessworking']) {
t('Allow apps to use the Share API'); ?>
> />
t('Allow users to share items to the public with links'); ?>
> />
t('Allow users to share items shared with them again'); ?> +
> />
-- cgit v1.2.3 From 158af74b3e1fe7bcdeabfffac6b537c32093e908 Mon Sep 17 00:00:00 2001 From: Alessandro Cosentino Date: Sun, 16 Sep 2012 12:40:08 -0400 Subject: makes cron config layout similar to the sharing one --- settings/templates/admin.php | 27 +++++++++++++++++++++------ 1 file changed, 21 insertions(+), 6 deletions(-) (limited to 'settings/templates') diff --git a/settings/templates/admin.php b/settings/templates/admin.php index c4eab07ced4..35f34489fec 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."); ?> +
-- cgit v1.2.3