@@ -1382,24 +1382,27 @@ tbody .yui-dt-editable { cursor: pointer
#content div.box div.form div.fields div.field div.file input {
background: none repeat scroll 0 0 #FFFFFF;
border-color: #B3B3B3 #EAEAEA #EAEAEA #B3B3B3;
border-style: solid;
border-width: 1px;
color: #000000;
font-size: 11px;
margin: 0;
padding: 7px 7px 6px;
}
input.disabled {
background-color: #F5F5F5 !important;
#content div.box div.form div.fields div.field div.input input.small {
width: 30%;
#content div.box div.form div.fields div.field div.input input.medium {
width: 55%;
#content div.box div.form div.fields div.field div.input input.large {
width: 85%;
@@ -50,25 +50,25 @@
<label for="username">${_('Username')}:</label>
</div>
<div class="input">
${h.text('username',class_='medium')}
<div class="field">
<div class="label">
<label for="ldap_dn">${_('LDAP DN')}:</label>
${h.text('ldap_dn',class_='medium')}
${h.text('ldap_dn',class_='medium disabled',readonly="readonly")}
<label for="new_password">${_('New password')}:</label>
${h.password('new_password',class_='medium',autocomplete="off")}
Status change: