Merge pull request #22722 from owncloud/fix-personal-page
fix personal page layout for LDAP users, fix #22272
This commit is contained in:
commit
f9ba4f95b0
2 changed files with 4 additions and 2 deletions
|
@ -37,7 +37,9 @@ input#openid, input#webdav { width:20em; }
|
||||||
|
|
||||||
#displaynameform,
|
#displaynameform,
|
||||||
#lostpassword,
|
#lostpassword,
|
||||||
#groups {
|
#groups,
|
||||||
|
#passwordform,
|
||||||
|
#language {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
padding-bottom: 0;
|
padding-bottom: 0;
|
||||||
|
|
|
@ -139,7 +139,7 @@ if($_['passwordChangeSupported']) {
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
|
|
||||||
<form class="section">
|
<form id="language" class="section">
|
||||||
<h2>
|
<h2>
|
||||||
<label for="languageinput"><?php p($l->t('Language'));?></label>
|
<label for="languageinput"><?php p($l->t('Language'));?></label>
|
||||||
</h2>
|
</h2>
|
||||||
|
|
Loading…
Reference in a new issue