data->count()) { echo HtmlFormHelper::iForm('tasks'); ?>
| order == 'deadline') echo ' class="active"'; ?>> | order == 'priority') echo ' class="active"'; ?>> data->total(); echo $ct.' '.TR::html('data',($ct>1)?'items_found':'item_found'); ?> | order == 'start') echo ' class="active"'; ?>> | order == 'stop') echo ' class="active"'; ?>> | order == 'spent') echo ' class="active"'; ?>> | |
|---|---|---|---|---|---|
| '; if (!in_array($id, $arr)) { echo ''; $i++; $arr[] = $id; } else { echo ''; } $total += $this->data->get('spent'); ?> | data->htmlDeadline(); ?> | fc->getUrl('task','edit',array('id'=>$id)).'" class="onhold ajax box" title="' .TR::html('ui','edit_task').'">'.TR::html('button','edit').''; // priority echo ''.$this->data->get('priority').' '; // note echo 'data->isEmpty('note')) { echo 'class="ajax box clickme"'; } else { echo 'class="note ajax box clickme" '; echo 'title="'.$this->data->html('note',200).'"'; } echo '>'; // title echo $this->data->html('title'); echo ''; ?> | data->htmlBegin(); ?> | data->htmlEnd(); ?> | data->isOpened($this->user_id)) { echo ''.TR::html('button','start').''; } echo ''; if (!$this->expand && $cid == $id) { echo TR::html('task','running'); } else { echo $this->data->getTimeSpent(); } echo ''; ?> |
| | actions as $key => $label) { echo ' '; } ?> | |||||