'.$this->all_user[$aResult['UID']]['forename'].' |
'.$this->all_user[$aResult['UID']]['surname'].' |
'.$aResult['checkin_time'].' |
';
if($aResult['checkout_time'] == "0000-00-00 00:00:00"){
$table .= $this->oLang->texts['STATUS_PRESENT'];
}
else{
$table.= $aResult['checkout_time'];
}
$table .= ' | ';
if($_SESSION['admin']==1){
$table .=
' '.$this->oLang->texts['BUTTON_CHANGE'].' <> |
';
if ($aResult['checkout_time'] == "0000-00-00 00:00:00"){
$table .='
'.$this->oLang->texts['BUTTON_CHECKOUT'].' <> | ';
}
else{
$table .='
'.$this->oLang->texts['ALREADY_CHECKED_OUT'].' | ';
}
$table .=
' '.$this->oLang->texts['BUTTON_DELETE'].' <> |
';
}
}
}
$table = $table."