*Add the user add, edit, and view the details of the page without the

*date of hire display
This commit is contained in:
JackWuLieHao
2018-03-29 13:42:12 +08:00
parent 34e25dc140
commit 77ed3e4dec
4 changed files with 13 additions and 1 deletions
+4
View File
@@ -51,6 +51,10 @@
<th><?php echo $lang->user->password2;?></th>
<td><?php echo html::password('password2', '', "class='form-control' autocomplete='off'");?></td>
</tr>
<tr>
<th><?php echo $lang->user->join;?></th>
<td><input type="date" name="join" id="join" class="form-control" ></td>
</tr>
<tr>
<th><?php echo $lang->user->role;?></th>
<td><?php echo html::select('role', $lang->user->roleList, '', "class='form-control' onchange='changeGroup(this.value)'");?></td>