Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
die_coolen_jungs
our_own_cloud_project
Commits
908538d8
Commit
908538d8
authored
Mar 26, 2015
by
Jan-Christoph Borchardt
Committed by
Joas Schilling
Mar 27, 2015
Browse files
fix layout for Sharing settings
parent
495562f4
Changes
2
Hide whitespace changes
Inline
Side-by-side
apps/files_sharing/templates/settings-admin.php
View file @
908538d8
...
...
@@ -2,20 +2,22 @@
/** @var OC_L10N $l */
/** @var array $_ */
?>
<div
id=
"fileSharingSettings"
>
<div
id=
"fileSharingSettings"
>
<h3>
<?php
p
(
$l
->
t
(
'Federated Cloud Sharing'
));
?>
</h3>
<input
type=
"checkbox"
name=
"outgoing_server2server_share_enabled"
id=
"outgoingServer2serverShareEnabled"
value=
"1"
<?php
if
(
$_
[
'outgoingServer2serverShareEnabled'
])
print_unescaped
(
'checked="checked"'
);
?>
/>
<label
for=
"outgoingServer2serverShareEnabled"
>
<?php
p
(
$l
->
t
(
'Allow users on this server to send shares to other servers'
));
?>
</label><br/>
<input
type=
"checkbox"
name=
"incoming_server2server_share_enabled"
id=
"incomingServer2serverShareEnabled"
value=
"1"
<?php
if
(
$_
[
'incomingServer2serverShareEnabled'
])
print_unescaped
(
'checked="checked"'
);
?>
/>
<label
for=
"incomingServer2serverShareEnabled"
>
<?php
p
(
$l
->
t
(
'Allow users on this server to receive shares from other servers'
));
?>
</label><br/>
<p>
<input
type=
"checkbox"
name=
"outgoing_server2server_share_enabled"
id=
"outgoingServer2serverShareEnabled"
value=
"1"
<?php
if
(
$_
[
'outgoingServer2serverShareEnabled'
])
print_unescaped
(
'checked="checked"'
);
?>
/>
<label
for=
"outgoingServer2serverShareEnabled"
>
<?php
p
(
$l
->
t
(
'Allow users on this server to send shares to other servers'
));
?>
</label>
</p>
<p>
<input
type=
"checkbox"
name=
"incoming_server2server_share_enabled"
id=
"incomingServer2serverShareEnabled"
value=
"1"
<?php
if
(
$_
[
'incomingServer2serverShareEnabled'
])
print_unescaped
(
'checked="checked"'
);
?>
/>
<label
for=
"incomingServer2serverShareEnabled"
>
<?php
p
(
$l
->
t
(
'Allow users on this server to receive shares from other servers'
));
?>
</label><br/>
</p>
</div>
core/css/apps.css
View file @
908538d8
...
...
@@ -500,8 +500,9 @@ button.loading {
font-weight
:
normal
;
}
.section
h3
{
font-size
:
1
6
px
;
font-size
:
1
5
px
;
font-weight
:
normal
;
margin
:
12px
0
;
}
/* slight position correction of checkboxes and radio buttons */
.section
input
[
type
=
"checkbox"
],
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment