diff --git a/module/project/view/grouptask.html.php b/module/project/view/grouptask.html.php index 38303e8459..5dbad6cbec 100644 --- a/module/project/view/grouptask.html.php +++ b/module/project/view/grouptask.html.php @@ -113,10 +113,10 @@ task->status;?> task->assignedTo;?> task->finishedBy;?> - task->estimateAB;?> - task->consumedAB;?> - task->leftAB;?> - task->progress;?> + task->estimateAB;?> + task->consumedAB;?> + task->leftAB;?> + task->progress;?> typeAB;?> task->deadlineAB;?> actions;?> diff --git a/module/testcase/css/groupcase.css b/module/testcase/css/groupcase.css new file mode 100644 index 0000000000..3a542dad0e --- /dev/null +++ b/module/testcase/css/groupcase.css @@ -0,0 +1 @@ +.title{white-space:nowrap; overflow:hidden; text-overflow:ellipsis;} diff --git a/module/testcase/view/edit.html.php b/module/testcase/view/edit.html.php index a5542891ee..6f2ab623a8 100644 --- a/module/testcase/view/edit.html.php +++ b/module/testcase/view/edit.html.php @@ -43,7 +43,7 @@
testcase->precondition;?>
-
precondition, "rows='4' class='form-control'");?>
+
precondition, "rows='2' class='form-control'");?>
testcase->steps;?>
diff --git a/module/testcase/view/groupcase.html.php b/module/testcase/view/groupcase.html.php index 0fb13b5f1b..aae89651ca 100644 --- a/module/testcase/view/groupcase.html.php +++ b/module/testcase/view/groupcase.html.php @@ -67,7 +67,7 @@ id);?> pri;?>' title='testcase->priList, $case->pri, $case->pri);?>'>testcase->priList, $case->pri, $case->pri);?> - id", $case->title)) echo $case->title;?> + id", $case->title)) echo $case->title;?> case->typeList, $case->type, '');?> lastRunner);?> lastRunDate)) echo date(DT_MONTHTIME1, strtotime($case->lastRunDate));?>