|
|
|
Format->getStatus($lis['Easycase']['type_id'],$lis['Easycase']['legend']);
?>
|
Casequery->getpjname($lis['Easycase']['project_id']);
echo $projectname;
}
?>
|
Tmzone->GetDateTime(SES_TIMEZONE,TZ_GMT,TZ_DST,TZ_CODE,$caseDtUploaded,"datetime");
$updatedCur = $this->Tmzone->GetDateTime(SES_TIMEZONE,TZ_GMT,TZ_DST,TZ_CODE,GMT_DATETIME,"date");
echo $this->Datetime->dateFormatOutputdateTime_day($updated,$updatedCur);
?>
|
Html->link($this->Html->image("images/reply.png",array('rel' => 'tooltip','original-title' => "Move to Tasks",'height' => '14','width' => '14','onclick'=>'return confirm("Are you sure you want to move \''.$lis['Easycase']['title'].'\' to cases?")')), array('controller'=>'easycases','action' => 'move_list/'.$lis['Easycase']['uniq_id']) ,array('escape' => false)); ?>
Html->link($this->Html->image("images/rem.png",array('rel' => 'tooltip','original-title' => "Remove Permanently",'height' => '14','width' => '14','onclick'=>'return confirm("Are you sure you want to remove \''.$lis['Easycase']['title'].'\' permanently ?")')), array('controller'=>'easycases','action' => 'case_list/'.$lis['Easycase']['uniq_id']) ,array('escape' => false)); ?>
|