@@ -22,7 +22,7 @@ discard block |
||
| 22 | 22 | */ |
| 23 | 23 | |
| 24 | 24 | script('dav', [ |
| 25 | - 'settings-admin-caldav' |
|
| 25 | + 'settings-admin-caldav' |
|
| 26 | 26 | ]); |
| 27 | 27 | |
| 28 | 28 | /** @var \OCP\IL10N $l */ |
@@ -32,18 +32,18 @@ discard block |
||
| 32 | 32 | <h2><?php p($l->t('Calendar server')); ?></h2> |
| 33 | 33 | <p class="settings-hint"> |
| 34 | 34 | <?php print_unescaped(str_replace( |
| 35 | - [ |
|
| 36 | - '{calendarappstoreopen}', |
|
| 37 | - '{calendardocopen}', |
|
| 38 | - '{linkclose}', |
|
| 39 | - ], |
|
| 40 | - [ |
|
| 41 | - '<a target="_blank" href="../apps/office/calendar">', |
|
| 42 | - '<a target="_blank" href="' . link_to_docs('user-sync-calendars') . '" rel="noreferrer noopener">', |
|
| 43 | - '</a>', |
|
| 44 | - ], |
|
| 45 | - $l->t('Also install the {calendarappstoreopen}Calendar app{linkclose}, or {calendardocopen}connect your desktop & mobile for syncing ↗{linkclose}.') |
|
| 46 | - )); ?> |
|
| 35 | + [ |
|
| 36 | + '{calendarappstoreopen}', |
|
| 37 | + '{calendardocopen}', |
|
| 38 | + '{linkclose}', |
|
| 39 | + ], |
|
| 40 | + [ |
|
| 41 | + '<a target="_blank" href="../apps/office/calendar">', |
|
| 42 | + '<a target="_blank" href="' . link_to_docs('user-sync-calendars') . '" rel="noreferrer noopener">', |
|
| 43 | + '</a>', |
|
| 44 | + ], |
|
| 45 | + $l->t('Also install the {calendarappstoreopen}Calendar app{linkclose}, or {calendardocopen}connect your desktop & mobile for syncing ↗{linkclose}.') |
|
| 46 | + )); ?> |
|
| 47 | 47 | </p> |
| 48 | 48 | <p> |
| 49 | 49 | <input type="checkbox" name="caldav_send_invitations" id="caldavSendInvitations" class="checkbox" |
@@ -52,16 +52,16 @@ discard block |
||
| 52 | 52 | <br> |
| 53 | 53 | <em> |
| 54 | 54 | <?php print_unescaped(str_replace( |
| 55 | - [ |
|
| 56 | - '{emailopen}', |
|
| 57 | - '{linkclose}', |
|
| 58 | - ], |
|
| 59 | - [ |
|
| 60 | - '<a href="../admin#mail_general_settings">', |
|
| 61 | - '</a>', |
|
| 62 | - ], |
|
| 63 | - $l->t('Please make sure to properly set up {emailopen}the email server{linkclose}.') |
|
| 64 | - )); ?> |
|
| 55 | + [ |
|
| 56 | + '{emailopen}', |
|
| 57 | + '{linkclose}', |
|
| 58 | + ], |
|
| 59 | + [ |
|
| 60 | + '<a href="../admin#mail_general_settings">', |
|
| 61 | + '</a>', |
|
| 62 | + ], |
|
| 63 | + $l->t('Please make sure to properly set up {emailopen}the email server{linkclose}.') |
|
| 64 | + )); ?> |
|
| 65 | 65 | </em> |
| 66 | 66 | </p> |
| 67 | 67 | <p> |
@@ -39,7 +39,7 @@ |
||
| 39 | 39 | ], |
| 40 | 40 | [ |
| 41 | 41 | '<a target="_blank" href="../apps/office/calendar">', |
| 42 | - '<a target="_blank" href="' . link_to_docs('user-sync-calendars') . '" rel="noreferrer noopener">', |
|
| 42 | + '<a target="_blank" href="'.link_to_docs('user-sync-calendars').'" rel="noreferrer noopener">', |
|
| 43 | 43 | '</a>', |
| 44 | 44 | ], |
| 45 | 45 | $l->t('Also install the {calendarappstoreopen}Calendar app{linkclose}, or {calendardocopen}connect your desktop & mobile for syncing ↗{linkclose}.') |