header(array ('title'=>_('Detail').': '.$ah->getID(). ' '.util_unconvert_htmlspecialchars($ah->getSummary()),'atid'=>$ath->getID())); echo notepad_func(); ?>

[#getID(); ?>] getSummary()); ?>

isMonitoring()) { $img="xmail16w.png"; $key="stop_monitoring"; } else { $img="mail16w.png"; $key="monitor"; } echo ' '. html_image('ic/'.$img.'','20','20',array()).' '.$Language->getText('tracker_utils',$key).''; ?> (?) ', '') ?> allowsAnon()) { ?> cannot login, then enter your email address here') ?>

renderExtraFields($ah->getExtraFieldData(),true); ?>
:
getOpenDate() ); ?>
:
getPriority(); ?>
:
getStatusName(); ?>
:
getSubmittedRealName(); /*if($ah->getSubmittedBy() != 100) { $submittedUnixName = $ah->getSubmittedUnixName(); ?> ()
:
getAssignedRealName(); ?> (getAssignedUnixName(); ?>)
:
getSummary(); ?>

showDetails(); ?>
allowsAnon() || session_loggedin()) { ?>

:

showMessages(); ?>

usesPM()) { ?>
boxGetAltRowStyle($i) .'> '; } echo $GLOBALS['HTML']->listTableBottom(); } else { echo _('No Related Tasks'); } ?>

:

getRelatedTasks(); $taskcount = db_numrows($ah->relatedtasks); if ($taskcount > 0) { $titles[] = _('Task Id'); $titles[] = _('Task Summary'); $titles[] = _('Start Date'); $titles[] = _('End Date'); echo $GLOBALS['HTML']->listTableTop($titles); for ($i = 0; $i < $taskcount; $i++) { $taskinfo = db_fetch_array($ah->relatedtasks, $i); $taskid = $taskinfo['project_task_id']; $projectid = $taskinfo['group_project_id']; $groupid = $taskinfo['group_id']; $summary = util_unconvert_htmlspecialchars($taskinfo['summary']); $startdate = date($sys_datefmt, $taskinfo['start_date']); $enddate = date($sys_datefmt, $taskinfo['end_date']); echo '
'.$taskid.' '.$summary.' '.$startdate.' '.$enddate.'
boxGetAltRowStyle($i) .'> '; } echo $GLOBALS['HTML']->listTableBottom(); } else { echo _('No Files Currently Attached'); } ?>
getSubmittedBy() == user_getid())) { ?>





:

getFiles(); $count=count($file_list); if ($count > 0) { $title_arr=array(); $title_arr[]=_('Name'); $title_arr[]=_('Download'); echo $GLOBALS['HTML']->listTableTop ($title_arr); for ($i=0; $i<$count; $i++) { echo '
'. htmlspecialchars($file_list[$i]->getName()) .' '._('Download').'

:

showHistory(); ?>

footer(array()); // Local Variables: // mode: php // c-file-style: "bsd" // End: ?>