Merge pull request #22722 from owncloud/fix-personal-page

fix personal page layout for LDAP users, fix #22272
This commit is contained in:
Thomas Müller 2016-03-01 08:23:52 +01:00
commit f9ba4f95b0
2 changed files with 4 additions and 2 deletions

View File

@ -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;

View File

@ -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>