diff --git a/public/locales/de.json b/public/locales/de.json index 358976a..36b7830 100644 --- a/public/locales/de.json +++ b/public/locales/de.json @@ -773,6 +773,8 @@ "tabSyncCalendar": "Kalender", "tabSyncContacts": "Kontakte", "sectionContactSync": "Kontakt-Synchronisation", + "sectionOpenStandards": "CalDAV & CardDAV", + "sectionCloudServices": "Cloud-Dienste", "cardavTitle": "CardDAV Kontakte", "tabFamily": "Familie", "tabApiTokens": "API-Tokens", diff --git a/public/pages/settings.js b/public/pages/settings.js index 900c2f7..eb52b6f 100644 --- a/public/pages/settings.js +++ b/public/pages/settings.js @@ -456,9 +456,85 @@ export async function render(container, { user }) {
- + +
-

${t('settings.sectionCalendarSync')}

+

${t('settings.sectionOpenStandards')}

+ + +
+

${t('settings.caldavTitle')}

+

${t('settings.caldavDescription')}

+ +
+ + + ${user?.role === 'admin' ? ` + + ` : ''} +
+ + +
+

${t('settings.cardavTitle')}

+

${t('settings.cardavDescription')}

+ +
+ + + ${user?.role === 'admin' ? ` + + ` : ''} +
+ + +
+

${t('settings.ics.title')}

+
+ +
+ +
+
+
+ + +
+

${t('settings.sectionCloudServices')}

@@ -530,84 +606,6 @@ export async function render(container, { user }) { ` : `${t('settings.appleOnlyAdmin')}`}
- - -
-

${t('settings.caldavTitle')}

-

${t('settings.caldavDescription')}

- -
- - - ${user?.role === 'admin' ? ` - - ` : ''} -
- - -
-
-
-
${t('settings.ics.title')}
-
-
-
- -
- -
-
-
- - -
-

${t('settings.sectionContactSync')}

- -
-

${t('settings.cardavTitle')}

-

${t('settings.cardavDescription')}

- -
- - - ${user?.role === 'admin' ? ` - - ` : ''} -