* finish the task #876
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user