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();}?>
+
diff --git a/module/index/view/index.html.php b/module/index/view/index.html.php index 9895e1bea1..b29fdc6de0 100644 --- a/module/index/view/index.html.php +++ b/module/index/view/index.html.php @@ -11,125 +11,121 @@ ?> - -
-
-
-
- - - - - - -
index->projects;?>
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->stats;?>
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->my;?>
- 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')) . '
'; - ?> -
-
-
-
-
-
-
- - - actor]) ? $users[$action->actor] : $action->actor; - echo ""; - } - ?> -
index->latest;?>
"; - printf($lang->index->action, $action->date, $user, $action->actionLabel, $action->objectLabel, $action->objectLink); - echo "
-
+ + + + + + +
+ + + + + + +
index->projects;?>
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->stats;?>
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->my;?>
+ 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')) . '
'; + ?> +
+
+
+
+ + + actor]) ? $users[$action->actor] : $action->actor; + echo ""; + } + ?> +
index->latest;?>
"; + printf($lang->index->action, $action->date, $user, $action->actionLabel, $action->objectLabel, $action->objectLink); + echo "
+