* adjust style
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
<th class='w-90px'><?php echo $lang->user->realname;?></th>
|
||||
<td class='w-p40'><?php echo html::input('realname', $user->realname, "class='form-control' autocomplete='off'");?></td>
|
||||
<th class='w-90px'><?php echo $lang->user->join;?></th>
|
||||
<td class='w-p40'><?php echo html::input('join', $user->join, "class='form-control form-date'");?></td>
|
||||
<td><?php echo html::input('join', formatTime($user->join, "class='form-control form-date'");?></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th class='w-90px'><?php echo $lang->user->dept;?></th>
|
||||
|
||||
Reference in New Issue
Block a user