* comment off other feature.

This commit is contained in:
wangchunsheng
2009-11-03 09:13:20 +00:00
parent c0ee774c4d
commit 3d19a07dcd
+4 -4
View File
@@ -95,10 +95,10 @@ EOT;
<div>
<?php
echo html::select('date', $dates, $date, 'onchange=changeDate(this.value)');
echo html::a($this->createLink('my', 'todo', "date=thisweek"), $lang->todo->thisWeekTodos);
echo html::a($this->createLink('my', 'todo', "date=lastweek"), $lang->todo->lastWeekTodos);
echo html::a($this->createLink('my', 'todo', "date=alldays"), $lang->todo->allDaysTodos);
echo html::a($this->createLink('my', 'todo', "date=allundone"), $lang->todo->allUndone);
//echo html::a($this->createLink('my', 'todo', "date=thisweek"), $lang->todo->thisWeekTodos);
//echo html::a($this->createLink('my', 'todo', "date=lastweek"), $lang->todo->lastWeekTodos);
//echo html::a($this->createLink('my', 'todo', "date=alldays"), $lang->todo->allDaysTodos);
//echo html::a($this->createLink('my', 'todo', "date=allundone"), $lang->todo->allUndone);
echo html::a($this->createLink('todo', 'create', "date=$date"), $lang->todo->create);
?>
</div>