data->get('spent')) {
$str = '
';
do {
$total += $this->data->get('spent');
$str .= '- ';
// start and stop times
$str .= $this->data->htmlTimes();
// time spent
$str .= ''.$this->data->getTimeSpent().'';
$str .= '
';
} while ($this->data->next());
$str .= '- '.TR::html('ui','total').''.TaskSummary::htmlTime($total).'
';
$str .= '
';
}
?>
'.TR::html('ui','history_empty').'';
}
$this->incView('iphone/inc_foot');
?>