* finish the task #721.

This commit is contained in:
shiyangyangwork@yahoo.cn
2012-02-04 03:00:06 +00:00
parent 6367cf2087
commit 9ee83dab29
10 changed files with 14 additions and 14 deletions
+1 -1
View File
@@ -20,7 +20,7 @@
</tr>
<tr>
<th class='rowhead'><?php echo $lang->todo->date;?></th>
<td><?php print($todo->date == TODOModel::DAY_IN_FEATURE ? $lang->todo->dayInFeature : date(DT_DATE1, strtotime($todo->date)));?></td>
<td><?php print($todo->date == TODOModel::DAY_IN_FUTURE ? $lang->todo->dayInFuture : date(DT_DATE1, strtotime($todo->date)));?></td>
</tr>
<tr>
<th class='rowhead'><?php echo $lang->todo->type;?></th>