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
f677acd6
Commit
f677acd6
authored
Oct 18, 2016
by
Timo Benk
Browse files
label changed to better match workflow
parent
460c5ca7
Changes
1
Hide whitespace changes
Inline
Side-by-side
settings/templates/admin.php
View file @
f677acd6
...
...
@@ -223,7 +223,7 @@ if ($_['cronErrors']) {
<input
type=
"checkbox"
name=
"shareapi_enable_link_password_by_default"
id=
"enableLinkPasswordByDefault"
class=
"checkbox"
value=
"1"
<?php
if
(
$_
[
'enableLinkPasswordByDefault'
]
===
'yes'
)
print_unescaped
(
'checked="checked"'
);
?>
/>
<label
for=
"enableLinkPasswordByDefault"
>
<?php
p
(
$l
->
t
(
'
Enable password by default for link shares
'
));
?>
</label><br/>
<label
for=
"enableLinkPasswordByDefault"
>
<?php
p
(
$l
->
t
(
'
Always ask for a password
'
));
?>
</label><br/>
<input
type=
"checkbox"
name=
"shareapi_enforce_links_password"
id=
"enforceLinkPassword"
class=
"checkbox"
value=
"1"
<?php
if
(
$_
[
'enforceLinkPassword'
])
print_unescaped
(
'checked="checked"'
);
?>
/>
...
...
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