data->count()) { echo HtmlFormHelper::iForm('tasks'); ?>
| order == 'deadline') echo ' class="active"'; ?>>deadline | order == 'priority') echo ' class="active"'; ?>> data->total(); ?> item(s) found task | order == 'start') echo ' class="active"'; ?>>start | order == 'stop') echo ' class="active"'; ?>>stop | order == 'spent') echo ' class="active"'; ?>>spent | |
|---|---|---|---|---|---|
| '; if (!in_array($id, $arr)) { echo ''; $i++; $arr[] = $id; } else { echo ''; } $total += $this->data->get('spent'); ?> | data->htmlDeadline(); ?> | edit data->get('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 'start'; } echo ''; if (!$this->expand && $cid == $id) { echo 'running'; } else { echo $this->data->getTimeSpent(); } echo ''; ?> |
| select all | actions as $key => $label) { echo ' '; } ?> | TOTAL | ||||