Commit a25ca52f by Nilu

manage user modifications

parent 7a1dffaf
......@@ -135,19 +135,19 @@
Invite a user
</div>
<div class="form-group">
<label>Email address</label>
<label><oneit:label GUIName="Email Address" /></label>
<input type="text" name="" class="form-control" />
</div>
<div class="form-group">
<label>First name</label>
<label><oneit:label GUIName="First Name" /></label>
<input type="text" name="" class="form-control" />
</div>
<div class="form-group">
<label>Last name</label>
<label><oneit:label GUIName="Last Name" /></label>
<input type="text" name="" class="form-control" />
</div>
<div class="form-group">
<label>Role</label>
<label><oneit:label GUIName="Role" /></label>
<select class="form-control">
<option>Admin</option>
<option>Standard</option>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment