* Finish task #3797

This commit is contained in:
JackWuLieHao
2018-03-29 15:39:14 +08:00
parent 408152f2f0
commit 960ec7c84c
3 changed files with 2 additions and 6 deletions
+1 -1
View File
@@ -36,7 +36,7 @@
</tr>
<tr>
<th><?php echo $lang->user->join;?></th>
<td><input type="date" name="join" value="<?php echo $user->join;?>" class="form-control"></td>
<td><?php echo html::input('join', $user->join, "class='form-control form-date'");?></td>
</tr>
<tr>
<th><?php echo $lang->group->priv;?></th>