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
f899d77b
Commit
f899d77b
authored
Mar 23, 2015
by
Jan-Christoph Borchardt
Browse files
fix capitalization in Personal settings
parent
731c90a0
Changes
1
Hide whitespace changes
Inline
Side-by-side
settings/templates/personal.php
View file @
f899d77b
...
...
@@ -94,7 +94,7 @@ if($_['displayNameChangeSupported']) {
?>
<form
id=
"displaynameform"
class=
"section"
>
<h2>
<label
for=
"displayName"
>
<?php
echo
$l
->
t
(
'Full
N
ame'
);
?>
</label>
<label
for=
"displayName"
>
<?php
echo
$l
->
t
(
'Full
n
ame'
);
?>
</label>
</h2>
<input
type=
"text"
id=
"displayName"
name=
"displayName"
value=
"
<?php
p
(
$_
[
'displayName'
])
?>
"
...
...
@@ -106,7 +106,7 @@ if($_['displayNameChangeSupported']) {
}
else
{
?>
<div
class=
"section"
>
<h2>
<?php
echo
$l
->
t
(
'Full
N
ame'
);
?>
</h2>
<h2>
<?php
echo
$l
->
t
(
'Full
n
ame'
);
?>
</h2>
<span>
<?php
if
(
isset
(
$_
[
'displayName'
][
0
]))
{
p
(
$_
[
'displayName'
]);
}
else
{
p
(
$l
->
t
(
'No display name set'
));
}
?>
</span>
</div>
<?php
...
...
@@ -236,7 +236,7 @@ if($_['passwordChangeSupported']) {
</table>
<form
class=
"uploadButton"
method=
"post"
action=
"
<?php
p
(
\
OC_Helper
::
linkToRoute
(
'settings_cert_post'
));
?>
"
target=
"certUploadFrame"
>
<input
type=
"file"
id=
"rootcert_import"
name=
"rootcert_import"
class=
"hidden"
>
<input
type=
"button"
id=
"rootcert_import_button"
value=
"
<?php
p
(
$l
->
t
(
'Import
R
oot
C
ertificate'
));
?>
"
/>
<input
type=
"button"
id=
"rootcert_import_button"
value=
"
<?php
p
(
$l
->
t
(
'Import
r
oot
c
ertificate'
));
?>
"
/>
</form>
</div>
...
...
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