* finish task#1366.

This commit is contained in:
chencongzhi520@gmail.com
2013-06-19 01:33:57 +00:00
parent 7875620dc8
commit 79eae99f5c
6 changed files with 4 additions and 97 deletions
-22
View File
@@ -1105,28 +1105,6 @@ class project extends control
}
}
/**
* Order project
*
* @param int $projectID
* @access public
* @return void
*/
public function order($projectID)
{
if($_POST)
{
$this->project->saveOrder();
die(js::reload('parent'));
}
$project = $this->commonAction($projectID);
$this->project->setMenu($this->projects, $project->id);
$this->view->title = $project->name . $this->lang->colon . $this->lang->project->order;
$this->view->projects = $this->project->getList();
$this->view->projectID = $project->id;
$this->display();
}
/**
* Send email.
*