fix personal page layout for LDAP users, fix #22272

This commit is contained in:
Jan-Christoph Borchardt 2016-02-29 14:40:26 +01:00
parent a38e8b6436
commit 21e3522be9
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>