@@ -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'));?> |