Employee detail screen updated
This commit is contained in:
parent
8fbbfc5aa1
commit
08890fc617
@ -49,14 +49,14 @@
|
||||
{
|
||||
?>
|
||||
<tr>
|
||||
<td><u><a href="<?php echo base_url().'employeedetails/viewemployee/'.$record->EmpID; ?>" data-toggle="tooltip" title="<?php echo $record->EmpID; ?> - Click here to view Employee details"><?php echo $record->EmpID ?> </a></u></td>
|
||||
<td><u><a href="#" data-toggle="tooltip" title="<?php echo $record->EmpID; ?> - Click here to view Employee details"><?php echo $record->EmpID ?> </a></u></td>
|
||||
|
||||
<td><?php echo $record->FirstName .' , '. $record->LastName; ?></td>
|
||||
|
||||
<td><?php echo $record->ContactNumber ?></td>
|
||||
<td><?php echo $record->EmailId ?></td>
|
||||
|
||||
<td><?php echo $record->role ?></td>
|
||||
<td><?php echo $record->Designation ?></td>
|
||||
<td><?php echo $record->DepartmentName ?></td>
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user