Changeset - 79183c1321da
[Not reviewed]
default
0 2 0
Marcin Kuzminski - 14 years ago 2012-01-17 19:40:36
marcin@python-works.com
marked ldap_dn in user edit form as readonly ref #292
2 files changed with 4 insertions and 1 deletions:
0 comments (0 inline, 0 general)
rhodecode/public/css/style.css
Show inline comments
 
@@ -975,6 +975,9 @@ padding:7px 7px 6px;
 
    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%;
rhodecode/templates/admin/users/user_edit.html
Show inline comments
 
@@ -59,7 +59,7 @@
 
                    <label for="ldap_dn">${_('LDAP DN')}:</label>
 
                </div>
 
                <div class="input">
 
                    ${h.text('ldap_dn',class_='medium')}
 
                    ${h.text('ldap_dn',class_='medium disabled',readonly="readonly")}
 
                </div>
 
             </div>
 
            
0 comments (0 inline, 0 general)