diff --git a/settings/css/settings.css b/settings/css/settings.css index 0716cd24938..5229f5057a0 100644 --- a/settings/css/settings.css +++ b/settings/css/settings.css @@ -14,6 +14,10 @@ input#openid, input#webdav { width:20em; } } /* Sync clients */ +.clientsbox { + padding-top: 30px; + margin-top: -30px; +} .clientsbox h2 { font-size: 20px; margin: 35px 0 10px; diff --git a/settings/personal.php b/settings/personal.php index 7239df365f5..1249fb8a40f 100644 --- a/settings/personal.php +++ b/settings/personal.php @@ -108,8 +108,9 @@ $tmpl->assign('groups', $groups2); // add hardcoded forms from the template $l = OC_L10N::get('settings'); -$formsAndMore = array(); -$formsAndMore[]= array( 'anchor' => 'passwordform', 'section-name' => $l->t('Personal Info') ); +$formsAndMore = []; +$formsAndMore[]= ['anchor' => 'clientsbox', 'section-name' => $l->t('Sync clients')]; +$formsAndMore[]= ['anchor' => 'passwordform', 'section-name' => $l->t('Personal info')]; $forms=OC_App::getForms('personal'); diff --git a/settings/templates/personal.php b/settings/templates/personal.php index cb153447b96..8cd3b03231b 100644 --- a/settings/templates/personal.php +++ b/settings/templates/personal.php @@ -21,7 +21,7 @@
-
+

t('Get the apps to sync your files'));?>