|
' style='color:#000'>
|
Format->imageType($file_type,32,32,1);
?>
|
Format->getFileSize($fil['CaseFile']['file_size']); ?>
|
Casequery->getpjname($fil['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 Files",'height' => '14','width' => '14','onclick'=>'return confirm("Are you sure you want to move \''.$fil['CaseFile']['file'].'\' to files ?")')), array('controller'=>'easycases','action' => 'move_file/'.$fil['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 \''.$fil['CaseFile']['file'].'\' permanently ?")')), array('controller'=>'easycases','action' => 'file_list/'.$fil['Easycase']['uniq_id']) ,array('escape' => false)); ?>
|