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
|
@ -37,7 +37,9 @@ input#openid, input#webdav { width:20em; }
|
|||
|
||||
#displaynameform,
|
||||
#lostpassword,
|
||||
#groups {
|
||||
#groups,
|
||||
#passwordform,
|
||||
#language {
|
||||
display: inline-block;
|
||||
margin-bottom: 0;
|
||||
padding-bottom: 0;
|
||||
|
|
|
@ -139,7 +139,7 @@ if($_['passwordChangeSupported']) {
|
|||
}
|
||||
?>
|
||||
|
||||
<form class="section">
|
||||
<form id="language" class="section">
|
||||
<h2>
|
||||
<label for="languageinput"><?php p($l->t('Language'));?></label>
|
||||
</h2>
|
||||
|
|
Loading…
Reference in New Issue