echo $class_dilog;
    ?>
" style="cursor: hand" onclick="return checkStatus('Delete','1','0');"
															alt="Delete" title="Delete">
													</td>
													<?php 
}
?>
													<?php 
//Add name of files in which 'Status' buttons are not required
$no_status_button = array("SystemContest", "job_master");
?>
													<?php 
if (!in_array($_REQUEST['file'], $no_status_button)) {
    $var_name = 'eStatus';
    $bStatus = $ajaxlistObj->checkField($TableArr[0][0], $var_name);
    //print_r($bStatus[$var_name] );exit;
    if (is_array($bStatus[$var_name])) {
        $e_Arr = str_replace("enum", "array", $bStatus[$var_name]['Type']);
        //  print_r($e_Arr);exit;
        eval("\$eStatus_Arr = " . $e_Arr . ";");
        for ($i = 0; $i < count($eStatus_Arr); $i++) {
            ?>
													<td width="8%" class="td-listing" <?php 
            echo $style;
            ?>
>
														<img src="<?php 
            echo $CFG->wwwroot . "/public/images/";
            echo strtolower($eStatus_Arr[$i]);
            ?>