diff --git a/module/common/view/footer.html.php b/module/common/view/footer.html.php index 97443d819b..31d407173a 100644 --- a/module/common/view/footer.html.php +++ b/module/common/view/footer.html.php @@ -1,10 +1,11 @@ + getExtViewFile(__FILE__)){include $extView; return helper::cd();}?>
| moduleName, isset($position) ? $position : ''); ?> | +moduleName, isset($position) ? $position : ''); ?> | powered by ZenTaoPMS (version;?>) sponser;?> diff --git a/module/common/view/header.html.php b/module/common/view/header.html.php index 63a2fa0756..29dbddceef 100644 --- a/module/common/view/header.html.php +++ b/module/common/view/header.html.php @@ -24,3 +24,4 @@ include 'colorbox.html.php'; |
| moduleName);?> |
| name'>$project->name";?> | -
- $project):?>
-
- id];
- echo html::a($this->createLink('project', 'browse', "projectid=$project->id"), $project->name);
- common::printLink('project', 'burn', "projectID=$project->id", $lang->project->largeBurnChart);
- common::printLink('project', 'computeBurn', 'reload=yes', $lang->project->computeBurn, 'hiddenwin');
- ?>
-
-
- |
-
| index->products;?> | -index->printStats($lang->product->statusList, $stats['product']);?> | -
| index->projects;?> | -index->printStats($lang->project->statusList, $stats['project']);?> | -
| index->tasks;?> | -index->printStats($lang->task->statusList, $stats['task']);?> | -
| index->stories;?> | -index->printStats($lang->story->statusList, $stats['story']);?> | -
| index->bugs;?> | -index->printStats($lang->bug->statusList, $stats['bug']);?> | -
| index->todos;?> | -index->printStats($lang->todo->statusList, $stats['todo']);?> | -
| - index->myTodo);?> - index->myTask);?> - index->myBug);?> - | -
-
- arrow . html::a($this->createLink('todo', 'view', "id=$todo->id"), $todo->name) . '
- '; - } - echo ' ' . html::linkButton($lang->more, $this->createLink('my', 'todo')) . ' ';
- ?>
-
- $taskName)
- {
- echo $lang->arrow . html::a($this->createLink('task', 'view', "id=$taskID"), $taskName) . '
- '; - } - echo ' ' . html::linkButton($lang->more, $this->createLink('my', 'task')) . ' ';
- ?>
-
- $bugTitle)
- {
- echo $lang->arrow . html::a($this->createLink('bug', 'view', "id=$bugID"), $bugTitle) . '
- '; - } - echo ' ' . html::linkButton($lang->more, $this->createLink('my', 'bug')) . ' ';
- ?>
- |
- - |
| "; - printf($lang->index->action, $action->date, $user, $action->actionLabel, $action->objectLabel, $action->objectLink); - echo " |
+
|
+ + |
+
|
+