|
id' /> ";
echo $todo->id;
?>
|
date == '2030-01-01' ? $lang->todo->dayInFeature : $todo->date;?> |
todo->typeList->{$todo->type};?> |
pri;?> |
createLink('todo', 'view', "id=$todo->id&from=my"), $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', 'view', "id=$todo->id&from=my"), $lang->todo->viewAB);
echo html::a($this->createLink('todo', 'edit', "id=$todo->id"), $lang->edit);
echo html::a($this->createLink('todo', 'delete', "id=$todo->id"), $lang->delete, 'hiddenwin');
?>
|