* complete task #248:modify todo end date.

This commit is contained in:
fujia
2010-07-13 02:28:34 +00:00
parent 608b98bda6
commit cd9ac9e892
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -1,3 +1,4 @@
<?php
$config->todo->create->requiredFields = 'name';
$config->todo->edit->requiredFields = 'name';
$config->todo->dates->end = 3;
+1 -1
View File
@@ -50,7 +50,7 @@ class todo extends control
$this->view->header = $header;
$this->view->position = $position;
$this->view->dates = $this->todo->buildDateList(0, 3);
$this->view->dates = $this->todo->buildDateList(0, $this->config->todo->dates->end);
$this->view->date = $date;
$this->view->times = $this->todo->buildTimeList();
$this->view->time = $this->todo->now();