+ add pri, keywords, stage fields to case module.

This commit is contained in:
wangchunsheng
2010-03-27 13:44:07 +00:00
parent 1ede3beda3
commit 33a724dda0
9 changed files with 116 additions and 34 deletions
+1 -1
View File
@@ -85,7 +85,7 @@ function checkall(checker)
<tr>
<th class='w-20px'><nobr><?php echo $lang->testcase->id;?></nobr></th>
<th><?php echo $lang->testcase->pri;?></th>
<th class='w-p40'><?php echo $lang->testcase->title;?></th>
<th class='w-p30'><?php echo $lang->testcase->title;?></th>
<th><?php echo $lang->testcase->type;?></th>
<th><?php echo $lang->testtask->assignedTo;?></th>
<th><?php echo $lang->testtask->lastRun;?></th>