* perfect task#749

This commit is contained in:
areyou123456
2012-04-28 01:10:35 +00:00
parent 9f72c13dd2
commit 16f05d981c
2 changed files with 2 additions and 3 deletions
+1 -1
View File
@@ -18,7 +18,7 @@
<caption><?php echo $lang->todo->create;?></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', $date, "class='select-3 date'");?></td>
</tr>
<tr>
<th class='rowhead'><?php echo $lang->todo->type;?></th>