* adjust style
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user