diff --git a/module/my/css/common.css b/module/my/css/common.css index bea493281d..e69de29bb2 100644 --- a/module/my/css/common.css +++ b/module/my/css/common.css @@ -1,2 +0,0 @@ -.linkbox1{height:180px; overflow-y:auto} -.linkbox2{height:225px; overflow-y:auto} diff --git a/module/my/css/index.css b/module/my/css/index.css index 8601923af8..802dd0a9a6 100644 --- a/module/my/css/index.css +++ b/module/my/css/index.css @@ -2,8 +2,18 @@ .tab-box td, .tab-box tr{padding:0; margin:0} .tab-title{margin: 0; padding:5px; background:#efefef; border:none; border-bottom:1px solid #ddd; cursor:pointer; font-size:14px} -.block {border:1px solid #efefef} #row1{margin-bottom:20px} #row1 .table-1, #row1 caption{border:none} #row2 .table-1, #row2 caption{border:none} + +.block {border:1px solid #efefef;} + +.linkbox1 {height:180px;} +.linkbox2 {height:225px;} + +.mainTable {width:100%; margin:0px; padding:0px; border:none} +.headTable {width:100%; margin:0px; padding:0px; border:none} +.contentDiv1 {height:150px; overflow-y:auto} +.contentDiv2 {height:195px; overflow-y:auto} + diff --git a/module/my/view/blockbugs.html.php b/module/my/view/blockbugs.html.php index 08b1c41c56..bdec769244 100644 --- a/module/my/view/blockbugs.html.php +++ b/module/my/view/blockbugs.html.php @@ -1,14 +1,28 @@
| " . "#$bugID " . html::a($this->createLink('bug', 'view', "id=$bugID"), $bugTitle) . " |
|
+ |
+ ||
|
+
+
+
|
+
| product->name;?> | -story->statusList['active'] . $lang->story->common;?> | -story->statusList['changed'] . $lang->story->common;?> | -story->statusList['draft'] . $lang->story->common;?> | -story->statusList['closed'] . $lang->story->common;?> | -product->plans;?> | -product->releases;?> | -product->bugs;?> | -bug->unResolved;?> | -bug->assignToNull;?> | -
|---|---|---|---|---|---|---|---|---|---|
| createLink('product', 'view', 'product=' . $product->id), $product->name);?> | -stories['active']?> | -stories['changed']?> | -stories['draft']?> | -stories['closed']?> | -plans?> | -releases?> | -bugs?> | -unResolved?> | -assignToNull?> | -
+
|
+ ||||||||||
|
+
+
+
|
+
| project->name;?> | -project->end;?> | -statusAB;?> | -project->totalEstimate;?> | -project->totalConsumed;?> | -project->totalLeft;?> | -project->progess;?> | -project->burn;?> | -
|---|---|---|---|---|---|---|---|
| createLink('project', 'task', 'project=' . $project->id), $project->name);?> | -end;?> | -project->statusList[$project->status];?> | -hours->totalEstimate;?> | -hours->totalConsumed;?> | -hours->totalLeft;?> | -
- hours->progress):?> hours->progress;?> height='13' text-align: />
- hours->progress;?>%
- |
- burns);?>'> | -
+
|
+ ||||||||
|
+
+
+
|
+
| " . "#$task->id " . html::a($this->createLink('task', 'view', "id=$task->id"), $task->name) . " | ";
- }
- ?>
+
-
|