+ complete task #256, #257 and #258:add bug template for bug steps.

This commit is contained in:
fujia
2010-07-22 10:04:27 +00:00
parent cb4ac4cae4
commit 87998afbf4
8 changed files with 63 additions and 6 deletions
+2 -1
View File
@@ -24,9 +24,10 @@
class file extends control
{
/* 生成文件上传的表单。*/
public function buildForm($fileCount = 2)
public function buildForm($fileCount = 2, $percent = 0.9)
{
$this->view->fileCount = $fileCount;
$this->view->percent = $percent;
$this->display();
}