summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Young <ayoung@redhat.com>2010-11-09 14:13:39 -0500
committerEndi Sukma Dewata <edewata@redhat.com>2010-11-10 16:16:28 -0500
commita8637bdaa07f1608ce3bc0c866a9641d41ff03e9 (patch)
treee533f1247cdb053876f0542ab03c80ae7590866c
parent6a6db10dbc537f6b452737f3f05235fbd81d1ef4 (diff)
downloadfreeipa-a8637bdaa07f1608ce3bc0c866a9641d41ff03e9.tar.gz
freeipa-a8637bdaa07f1608ce3bc0c866a9641d41ff03e9.tar.xz
freeipa-a8637bdaa07f1608ce3bc0c866a9641d41ff03e9.zip
Label cleanup Also, addeed in the default shell field.
-rw-r--r--install/static/user.js26
1 files changed, 13 insertions, 13 deletions
diff --git a/install/static/user.js b/install/static/user.js
index 78462399d..035bf9e74 100644
--- a/install/static/user.js
+++ b/install/static/user.js
@@ -42,29 +42,29 @@ ipa_entity_set_add_definition('user', [
ipa_entity_set_details_definition('user', [
ipa_stanza({name:'identity', label:'Identity Details'}).
input({name:'title', label: 'Title'}).
- input({name:'givenname', label:'First Name'}).
- input({name:'sn', label:'Last Name'}).
+ input({name:'givenname'}).
+ input({name:'sn'}).
input({name:'cn', label:'Full Name'}).
- input({name:'displayname', label:'Dispaly Name'}).
+ input({name:'displayname', label:'Display Name'}).
input({name:'initials', label:'Initials'}),
ipa_stanza({name:'account', label:'Account Details'}).
input({name:'nsaccountlock', label:'Account Status',
load:user_status_load}).
- input({name:'uid', label:'Login'}).
+ input({name:'uid'}).
input({name:'userpassword',
- label:'Password',
load: user_password_load}).
- input({name:'uidnumber', label:'UID'}).
+ input({name:'uidnumber'}).
input({name:'gidnumber', label:'GID'}).
- input({name:'homedirectory', label:'homedirectory'}),
+ input({name:'loginshell'}).
+ input({name:'homedirectory'}),
ipa_stanza({name:'contact', label:'Contact Details'}).
- input({name:'mail', label:'E-mail Address'}).
- input({name:'telephonenumber', label:'Phone Numbers'}).
- input({name:'pager', label:'Pager Numbers'}).
- input({name:'mobile', label:'Mobile Phone Numbers'}).
- input({name:'facsimiletelephonenumber', label:'Fax Numbers'}),
+ input({name:'mail'}).
+ input({name:'telephonenumber'}).
+ input({name:'pager'}).
+ input({name:'mobile'}).
+ input({name:'facsimiletelephonenumber'}),
ipa_stanza({name:'address', label:'Mailing Address'}).
- input({name:'street', label:'Address'}).
+ input({name:'street'}).
input({name:'location', label:'City'}).
input({name:'state', label:'State', load:user_state_load}).
input({name:'postalcode', label:'ZIP'}),