Changeset - 90a4066d4261
[Not reviewed]
beta
0 2 0
Marcin Kuzminski - 14 years ago 2012-01-17 19:37:32
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
 
@@ -1391,6 +1391,9 @@ tbody .yui-dt-editable { cursor: pointer
 
	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)