# HG changeset patch # User Marcin Kuzminski # Date 2012-01-17 19:37:32 # Node ID 90a4066d4261f2bc89dc209f86e7718db38090bd # Parent fbddaf2f97281c078238f59584136f4bca6566d6 marked ldap_dn in user edit form as readonly ref #292 diff --git a/rhodecode/public/css/style.css b/rhodecode/public/css/style.css --- a/rhodecode/public/css/style.css +++ b/rhodecode/public/css/style.css @@ -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%; } diff --git a/rhodecode/templates/admin/users/user_edit.html b/rhodecode/templates/admin/users/user_edit.html --- a/rhodecode/templates/admin/users/user_edit.html +++ b/rhodecode/templates/admin/users/user_edit.html @@ -59,7 +59,7 @@
- ${h.text('ldap_dn',class_='medium')} + ${h.text('ldap_dn',class_='medium disabled',readonly="readonly")}