* adjust the colspan of the testcase-browse page.

This commit is contained in:
wangchunsheng
2011-10-26 05:20:42 +00:00
parent f34f7d8e7b
commit ff4fae228a
+1 -1
View File
@@ -95,7 +95,7 @@ var moduleID = '<?php echo $moduleID;?>';
</tr>
<?php endforeach;?>
</thead>
<tfoot><tr><td colspan='7'><?php $pager->show();?></td></tr></tfoot>
<tfoot><tr><td colspan='9'><?php $pager->show();?></td></tr></tfoot>
</table>
</td>
</tr>