* adjust for file module page.

This commit is contained in:
wangyidong
2018-04-28 13:52:17 +08:00
parent fb3e2b370f
commit 00f29bee8a
7 changed files with 54 additions and 64 deletions
+1 -1
View File
@@ -184,7 +184,7 @@ class tree extends control
$parentModules = $this->tree->getParents($currentModuleID);
$newModule = (version_compare($project->openedVersion, '4.1', '>') and $products) ? true : false;
$title = $project->name . $this->lang->colon . $this->lang->tree->manageProject;
$title = $this->lang->tree->manageProject;
$position[] = html::a($this->createLink('project', 'task', "projectID=$rootID"), $project->name);
$position[] = $this->lang->tree->manageProject;