| id . html::hidden("todoIDList[$todo->id]", $todo->id);?> |
id]", $todo->date, "class='text-1 date'");?> |
id]", $lang->todo->typeList, $todo->type, "onchange=loadList(this.value,$todo->id) class='select-1'");?> |
id]", $lang->todo->priList, $todo->pri, 'class=select-1');?> |
echo html::input("names[$todo->id]", '', "class='f-left text-1 hiddenwin'"); echo "*";?>
type == 'custom')
{
echo html::input("names[$todo->id]", $todo->name, "class='f-left text-1'"); echo "*";
}
elseif($todo->type == 'task')
{
echo html::select("tasks[$todo->id]", $tasks, $todo->idvalue, 'class="select-1 f-left"');
}
elseif($todo->type == 'bug')
{
echo html::select("bugs[$todo->id]", $bugs, $todo->idvalue, 'class="select-1 f-left"');
}
?>
|
id]", $times, $todo->begin) . html::select("ends[$todo->id]", $times, $todo->end);?> |
|