##// END OF EJS Templates
marked ldap_dn in user edit form as readonly ref #292
marcink -
r1907:79183c13 default
parent child Browse files
Show More
@@ -975,6 +975,9 padding:7px 7px 6px;
975 975 padding: 7px 7px 6px;
976 976 }
977 977
978 input.disabled {
979 background-color: #F5F5F5 !important;
980 }
978 981
979 982 #content div.box div.form div.fields div.field div.input input.small {
980 983 width:30%;
@@ -59,7 +59,7
59 59 <label for="ldap_dn">${_('LDAP DN')}:</label>
60 60 </div>
61 61 <div class="input">
62 ${h.text('ldap_dn',class_='medium')}
62 ${h.text('ldap_dn',class_='medium disabled',readonly="readonly")}
63 63 </div>
64 64 </div>
65 65
General Comments 0
You need to be logged in to leave comments. Login now