@@ -20,7 +20,7 @@ discard block |
||
20 | 20 | <p> |
21 | 21 | <input type="checkbox" name="outgoing_server2server_share_enabled" id="outgoingServer2serverShareEnabled" class="checkbox" |
22 | 22 | value="1" <?php if ($_['outgoingServer2serverShareEnabled']) { |
23 | - print_unescaped('checked="checked"'); |
|
23 | + print_unescaped('checked="checked"'); |
|
24 | 24 | } ?> /> |
25 | 25 | <label for="outgoingServer2serverShareEnabled"> |
26 | 26 | <?php p($l->t('Allow users on this server to send shares to other servers. This option also allows WebDAV access to public shares'));?> |
@@ -29,7 +29,7 @@ discard block |
||
29 | 29 | <p> |
30 | 30 | <input type="checkbox" name="incoming_server2server_share_enabled" id="incomingServer2serverShareEnabled" class="checkbox" |
31 | 31 | value="1" <?php if ($_['incomingServer2serverShareEnabled']) { |
32 | - print_unescaped('checked="checked"'); |
|
32 | + print_unescaped('checked="checked"'); |
|
33 | 33 | } ?> /> |
34 | 34 | <label for="incomingServer2serverShareEnabled"> |
35 | 35 | <?php p($l->t('Allow users on this server to receive shares from other servers'));?> |
@@ -39,7 +39,7 @@ discard block |
||
39 | 39 | <p> |
40 | 40 | <input type="checkbox" name="outgoing_server2server_group_share_enabled" id="outgoingServer2serverGroupShareEnabled" class="checkbox" |
41 | 41 | value="1" <?php if ($_['outgoingServer2serverGroupShareEnabled']) { |
42 | - print_unescaped('checked="checked"'); |
|
42 | + print_unescaped('checked="checked"'); |
|
43 | 43 | } ?> /> |
44 | 44 | <label for="outgoingServer2serverGroupShareEnabled"> |
45 | 45 | <?php p($l->t('Allow users on this server to send shares to groups on other servers'));?> |
@@ -48,7 +48,7 @@ discard block |
||
48 | 48 | <p> |
49 | 49 | <input type="checkbox" name="incoming_server2server_group_share_enabled" id="incomingServer2serverGroupShareEnabled" class="checkbox" |
50 | 50 | value="1" <?php if ($_['incomingServer2serverGroupShareEnabled']) { |
51 | - print_unescaped('checked="checked"'); |
|
51 | + print_unescaped('checked="checked"'); |
|
52 | 52 | } ?> /> |
53 | 53 | <label for="incomingServer2serverGroupShareEnabled"> |
54 | 54 | <?php p($l->t('Allow users on this server to receive group shares from other servers'));?> |
@@ -58,7 +58,7 @@ discard block |
||
58 | 58 | <p> |
59 | 59 | <input type="checkbox" name="lookupServerEnabled" id="lookupServerEnabled" class="checkbox" |
60 | 60 | value="1" <?php if ($_['lookupServerEnabled']) { |
61 | - print_unescaped('checked="checked"'); |
|
61 | + print_unescaped('checked="checked"'); |
|
62 | 62 | } ?> /> |
63 | 63 | <label for="lookupServerEnabled"> |
64 | 64 | <?php p($l->t('Search global and public address book for users'));?> |
@@ -67,7 +67,7 @@ discard block |
||
67 | 67 | <p> |
68 | 68 | <input type="checkbox" name="lookupServerUploadEnabled" id="lookupServerUploadEnabled" class="checkbox" |
69 | 69 | value="1" <?php if ($_['lookupServerUploadEnabled']) { |
70 | - print_unescaped('checked="checked"'); |
|
70 | + print_unescaped('checked="checked"'); |
|
71 | 71 | } ?> /> |
72 | 72 | <label for="lookupServerUploadEnabled"> |
73 | 73 | <?php p($l->t('Allow users to publish their data to a global and public address book'));?> |
@@ -9,10 +9,10 @@ discard block |
||
9 | 9 | |
10 | 10 | <div id="fileSharingSettings" class="section"> |
11 | 11 | <h2> |
12 | - <?php p($l->t('Federated Cloud Sharing'));?> |
|
12 | + <?php p($l->t('Federated Cloud Sharing')); ?> |
|
13 | 13 | </h2> |
14 | 14 | <a target="_blank" rel="noreferrer noopener" class="icon-info svg" |
15 | - title="<?php p($l->t('Open documentation'));?>" |
|
15 | + title="<?php p($l->t('Open documentation')); ?>" |
|
16 | 16 | href="<?php p(link_to_docs('admin-sharing-federated')); ?>"></a> |
17 | 17 | |
18 | 18 | <p class="settings-hint"><?php p($l->t('Adjust how people can share between servers.')); ?></p> |
@@ -23,7 +23,7 @@ discard block |
||
23 | 23 | print_unescaped('checked="checked"'); |
24 | 24 | } ?> /> |
25 | 25 | <label for="outgoingServer2serverShareEnabled"> |
26 | - <?php p($l->t('Allow users on this server to send shares to other servers. This option also allows WebDAV access to public shares'));?> |
|
26 | + <?php p($l->t('Allow users on this server to send shares to other servers. This option also allows WebDAV access to public shares')); ?> |
|
27 | 27 | </label> |
28 | 28 | </p> |
29 | 29 | <p> |
@@ -32,7 +32,7 @@ discard block |
||
32 | 32 | print_unescaped('checked="checked"'); |
33 | 33 | } ?> /> |
34 | 34 | <label for="incomingServer2serverShareEnabled"> |
35 | - <?php p($l->t('Allow users on this server to receive shares from other servers'));?> |
|
35 | + <?php p($l->t('Allow users on this server to receive shares from other servers')); ?> |
|
36 | 36 | </label><br/> |
37 | 37 | </p> |
38 | 38 | <?php if ($_['federatedGroupSharingSupported']): ?> |
@@ -42,7 +42,7 @@ discard block |
||
42 | 42 | print_unescaped('checked="checked"'); |
43 | 43 | } ?> /> |
44 | 44 | <label for="outgoingServer2serverGroupShareEnabled"> |
45 | - <?php p($l->t('Allow users on this server to send shares to groups on other servers'));?> |
|
45 | + <?php p($l->t('Allow users on this server to send shares to groups on other servers')); ?> |
|
46 | 46 | </label> |
47 | 47 | </p> |
48 | 48 | <p> |
@@ -51,7 +51,7 @@ discard block |
||
51 | 51 | print_unescaped('checked="checked"'); |
52 | 52 | } ?> /> |
53 | 53 | <label for="incomingServer2serverGroupShareEnabled"> |
54 | - <?php p($l->t('Allow users on this server to receive group shares from other servers'));?> |
|
54 | + <?php p($l->t('Allow users on this server to receive group shares from other servers')); ?> |
|
55 | 55 | </label><br/> |
56 | 56 | </p> |
57 | 57 | <?php endif; ?> |
@@ -61,7 +61,7 @@ discard block |
||
61 | 61 | print_unescaped('checked="checked"'); |
62 | 62 | } ?> /> |
63 | 63 | <label for="lookupServerEnabled"> |
64 | - <?php p($l->t('Search global and public address book for users'));?> |
|
64 | + <?php p($l->t('Search global and public address book for users')); ?> |
|
65 | 65 | </label><br/> |
66 | 66 | </p> |
67 | 67 | <p> |
@@ -70,7 +70,7 @@ discard block |
||
70 | 70 | print_unescaped('checked="checked"'); |
71 | 71 | } ?> /> |
72 | 72 | <label for="lookupServerUploadEnabled"> |
73 | - <?php p($l->t('Allow users to publish their data to a global and public address book'));?> |
|
73 | + <?php p($l->t('Allow users to publish their data to a global and public address book')); ?> |
|
74 | 74 | </label><br/> |
75 | 75 | </p> |
76 | 76 |