* finish the task #876

This commit is contained in:
areyou123456
2012-08-15 05:45:51 +00:00
parent 85e283602a
commit 8dc6222d5e
4 changed files with 19 additions and 6 deletions
+2 -1
View File
@@ -18,7 +18,8 @@
<caption><?php echo $lang->todo->create;?></caption>
<tr>
<th class='rowhead'><?php echo $lang->todo->date;?></th>
<td><?php echo html::input('date', $date, "class='select-3 date'");?></td>
<td><?php echo html::input('date', $date, "class='select-3 date'");?>
<input type='checkbox' id='switchDate' onclick='switchDateTodo(this);'><?php echo $lang->todo->futureTodos;?></td>
</tr>
<tr>
<th class='rowhead'><?php echo $lang->todo->type;?></th>
+2 -1
View File
@@ -18,7 +18,8 @@
<caption><?php echo $lang->todo->edit;?></caption>
<tr>
<th class='rowhead'><?php echo $lang->todo->date;?></th>
<td><?php echo html::input('date', $todo->date, "class='select-3 date'");?></td>
<td><?php echo html::input('date', $todo->date, "class='select-3 date'");?>
<input type='checkbox' id='switchDate' onclick='switchDateTodo(this);'><?php echo $lang->todo->futureTodos;?> </td>
</tr>
<tr>
<th class='rowhead'><?php echo $lang->todo->type;?></th>