* adjust style

This commit is contained in:
JackWuLieHao
2018-04-04 17:19:45 +08:00
parent 6c9760c771
commit 0fc0880c09
+2 -3
View File
@@ -62,10 +62,9 @@
<th><?php echo $lang->user->email;?></th>
<td><?php echo $user->email;?></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->visits;?></th>