1
0
mirror of https://github.com/moparisthebest/kaiwa synced 2024-11-28 12:12:26 -05:00
kaiwa/clientapp/templates/includes/ldapUserItem.jade

15 lines
374 B
Plaintext
Raw Normal View History

2015-03-19 11:41:32 -04:00
li.ldapUser
span.name
span.delete.fa.fa-trash
span.fa.fa-plus
.wrap
span.inputLabel Display Name
input(type="text").displayName
span.inputLabel First Name
input(type="text").givenName
span.inputLabel Last Name
input(type="text").sn
span.inputLabel Email
input(type="text").mail
button.primary.small.changePassword Change Password