* fix the bug, when edit a todo, the date not set.

This commit is contained in:
wangchunsheng
2012-04-30 06:30:58 +00:00
parent f0c8d1147e
commit f61fe185c6
+1 -1
View File
@@ -18,7 +18,7 @@
<caption><?php echo $lang->todo->edit;?></caption>
<tr>
<th class='rowhead'><?php echo $lang->todo->date;?></th>
<td><?php echo html::input('date',' ',"class='select-3 date'");?></td>
<td><?php echo html::input('date', $todo->date, "class='select-3 date'");?></td>
</tr>
<tr>
<th class='rowhead'><?php echo $lang->todo->type;?></th>