* Finish task 3797

This commit is contained in:
JackWuLieHao
2018-04-04 16:46:24 +08:00
parent 5a9bf28a9c
commit d50de9fd8f
3 changed files with 4 additions and 8 deletions
+2 -3
View File
@@ -60,10 +60,9 @@
<th><?php echo $lang->user->role;?></th>
<td><?php echo $lang->user->roleList[$user->role];?></td>
</tr>
<?php $style = $user->join == '0000-00-00' ? "style='display:none'" : '';?>
<tr <?php echo $style;?>>
<tr>
<th><?php echo $lang->user->join;?></th>
<td><?php echo $user->join;?></td>
<td><?php echo formatTime($user->join);?></td>
</tr>
<tr>
<th><?php echo $lang->user->commiter;?></th>