* @package todo * @version $Id: create.html.php 2741 2012-04-07 07:24:21Z areyou123456 $ * @link http://www.zentao.net */ ?>
'>
todo->batchEdit . $lang->colon;?>
idAB;?> todo->date;?> todo->type;?> todo->pri;?> todo->name;?> todo->beginAndEnd;?>
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');?>
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);?>