?> </th> <td><span class="msg"><a href="<?php echo $this->row["earlid"]; ?> "><?php echo $this->row["earlid"]; ?> </a></span></td> </tr> <?php } ?> <?php $status = get_status_by_code($this->row['status']); if ($status != "") { ?> <tr> <th align="left"><?php echo _AC("status"); ?> </th> <td><span class="msg"><?php echo $status; ?> </span></td> </tr> <?php } ?>
echo $row['last_name']; ?> </span></td> <td><?php echo $row['user_group']; ?> </td> <td><span class="inlineEdits" id="<?php echo "email-" . $row['user_id']; ?> "><?php echo $row['email']; ?> </span></td> <td><?php echo get_status_by_code($row['status']); ?> </td> <td nowrap="nowrap"> <?php if ($row['last_login'] == 0) { ?> <?php echo _AT('never'); ?> <?php } else { ?> <?php echo $row['last_login']; ?>