diff --git a/module/weekly/css/index.css b/module/weekly/css/index.css
index fe916f0ecb..ecb9d045b5 100644
--- a/module/weekly/css/index.css
+++ b/module/weekly/css/index.css
@@ -1,3 +1,4 @@
#mainContent td.projectName {white-space: nowrap; overflow-x: hidden;}
.main-table tbody>tr:nth-child(odd) {background-color:#fff;}
#pageNav .angle-btn:first-child a.btn {max-width: 300px; overflow: hidden;}
+.totalCount {margin-top: 15px !important; font-weight: bold; text-align: right; padding: 8px 50px 8px 8px;}
diff --git a/module/weekly/lang/de.php b/module/weekly/lang/de.php
index 8f87280b74..c34bd92dc5 100644
--- a/module/weekly/lang/de.php
+++ b/module/weekly/lang/de.php
@@ -37,3 +37,5 @@ $lang->weekly->ev = 'Earned Value(EV)';
$lang->weekly->ac = 'Actual Cost(AC)';
$lang->weekly->sv = 'Schedule Variance(SV%)';
$lang->weekly->cv = 'Cost Variance(CV%)';
+
+$lang->weekly->totalCount = 'Total : %u tasks';
diff --git a/module/weekly/lang/en.php b/module/weekly/lang/en.php
index 18608dd719..cd0a4ff031 100644
--- a/module/weekly/lang/en.php
+++ b/module/weekly/lang/en.php
@@ -37,3 +37,5 @@ $lang->weekly->ev = 'Earned Value(EV)';
$lang->weekly->ac = 'Actual Cost(AC)';
$lang->weekly->sv = 'Schedule Variance(SV%)';
$lang->weekly->cv = 'Cost Variance(CV%)';
+
+$lang->weekly->totalCount = 'Total : %u tasks';
diff --git a/module/weekly/lang/fr.php b/module/weekly/lang/fr.php
index 8f87280b74..c34bd92dc5 100644
--- a/module/weekly/lang/fr.php
+++ b/module/weekly/lang/fr.php
@@ -37,3 +37,5 @@ $lang->weekly->ev = 'Earned Value(EV)';
$lang->weekly->ac = 'Actual Cost(AC)';
$lang->weekly->sv = 'Schedule Variance(SV%)';
$lang->weekly->cv = 'Cost Variance(CV%)';
+
+$lang->weekly->totalCount = 'Total : %u tasks';
diff --git a/module/weekly/lang/vi.php b/module/weekly/lang/vi.php
index 18608dd719..cd0a4ff031 100644
--- a/module/weekly/lang/vi.php
+++ b/module/weekly/lang/vi.php
@@ -37,3 +37,5 @@ $lang->weekly->ev = 'Earned Value(EV)';
$lang->weekly->ac = 'Actual Cost(AC)';
$lang->weekly->sv = 'Schedule Variance(SV%)';
$lang->weekly->cv = 'Cost Variance(CV%)';
+
+$lang->weekly->totalCount = 'Total : %u tasks';
diff --git a/module/weekly/lang/zh-cn.php b/module/weekly/lang/zh-cn.php
index a57fd3b190..53364d712c 100644
--- a/module/weekly/lang/zh-cn.php
+++ b/module/weekly/lang/zh-cn.php
@@ -37,3 +37,5 @@ $lang->weekly->ev = '实际完成的工作(EV)';
$lang->weekly->ac = '实际花费的成本(AC)';
$lang->weekly->sv = '进度偏差率(SV%)';
$lang->weekly->cv = '成本偏差率(CV%)';
+
+$lang->weekly->totalCount = '总计 : %u 个任务';
diff --git a/module/weekly/lang/zh-tw.php b/module/weekly/lang/zh-tw.php
index 68dfbf19ae..45bdcfe74b 100644
--- a/module/weekly/lang/zh-tw.php
+++ b/module/weekly/lang/zh-tw.php
@@ -37,3 +37,5 @@ $lang->weekly->ev = '實際完成的工作(EV)';
$lang->weekly->ac = '實際花費的成本(AC)';
$lang->weekly->sv = '進度偏差率(SV%)';
$lang->weekly->cv = '成本偏差率(CV%)';
+
+$lang->weekly->totalCount = '總計 : %u 個任務';
diff --git a/module/weekly/view/index.html.php b/module/weekly/view/index.html.php
index 9ccb5ec4e5..aa0882abc2 100644
--- a/module/weekly/view/index.html.php
+++ b/module/weekly/view/index.html.php
@@ -74,10 +74,11 @@
+
|
- id);?>
+ id); $totalCount++;?>
|
createLink('task', 'view', 'id=' . $task->id), $task->name); ?>
@@ -90,6 +91,7 @@
|
+ weekly->totalCount, $totalCount);?>
weekly->postponed;?>
@@ -105,10 +107,11 @@
+
|
- id);?>
+ id); $totalCount++;?>
|
createLink('task', 'view', 'id=' . $task->id), $task->name); ?>
@@ -122,6 +125,7 @@
|
+ weekly->totalCount, $totalCount);?>
weekly->nextWeek;?>
@@ -135,10 +139,11 @@
+
|
- id);?>
+ id); $totalCount++;?>
|
createLink('task', 'view', 'id=' . $task->id), $task->name); ?>
@@ -150,6 +155,7 @@
|
+ weekly->totalCount, $totalCount);?>
weekly->workloadByType;?>