. * * @copyright Copyright: 2009 Chunsheng Wang * @author Chunsheng Wang * @package dashboard * @version $Id$ * @link http://www.zentao.cn */ ?>
'>
todo->id;?> todo->date;?> todo->type;?> todo->pri;?> todo->name;?> todo->begin;?> todo->end;?> todo->status;?> action;?>
id' /> "; echo $todo->id; ?> date;?> todo->typeList->{$todo->type};?> pri;?> type == 'bug') $link = $this->createLink('bug', 'view', "id={$todo->idvalue}"); if($todo->type == 'task') $link = $this->createLink('task', 'edit', "id={$todo->idvalue}"); if($todo->type == 'custom') $link = $this->createLink('todo', 'edit', "id={$todo->id}"); echo html::a($link, $todo->name); ?> begin;?> end;?> todo->statusList->{$todo->status};?> createLink('todo', 'mark', "id=$todo->id&status=$todo->status"), $lang->todo->{'mark'.ucfirst($todo->status)}, 'hiddenwin'); echo html::a($this->createLink('todo', 'edit', "id=$todo->id"), $lang->todo->edit); echo html::a($this->createLink('todo', 'delete', "id=$todo->id"), $lang->todo->delete, 'hiddenwin'); ?>