* finish task #908.

This commit is contained in:
wangyidong
2012-11-26 05:26:15 +00:00
parent 4ebb86bdd3
commit 7cf9a89178
25 changed files with 49 additions and 47 deletions
+1 -1
View File
@@ -63,7 +63,7 @@ var moduleID = '<?php echo $moduleID;?>';
<?php foreach($runs as $run):?>
<tr class='a-center'>
<td class='a-left'><input type='checkbox' name='caseIDList[]' value='<?php echo $run->case;?>'/> <?php printf('%03d', $run->case);?></td>
<td><?php echo $run->pri?></td>
<td><span class='<?php echo 'pri' . $run->pri?>'><?php echo $run->pri?></span></td>
<td class='a-left nobr'><?php echo html::a($this->createLink('testcase', 'view', "caseID=$run->case&version=$run->version"), $run->title, '_blank');?>
</td>
<td><?php echo $lang->testcase->typeList[$run->type];?></td>
+1 -1
View File
@@ -40,7 +40,7 @@
<?php echo html::a($this->createLink('testcase', 'view', "testcaseID=$case->id"), sprintf('%03d', $case->id));?>
</td>
<td class='a-center'><?php echo html::select("versions[$case->id]", array_combine(range($case->version, 1), range($case->version, 1)), '', 'class=select-1');?> </td>
<td><?php echo $case->pri?></td>
<td><span class='<?php echo 'pri' . $case->pri?>'><?php echo $case->pri?></span></td>
<td class='a-left'>
<?php
echo $case->title . ' ( ';