Allow the user to limit or show all of the testing results for a particular version

This commit is contained in:
Jason Weisberger
2006-01-28 22:53:28 +00:00
committed by WineHQ
parent 7714218746
commit b5d70fc27a
2 changed files with 45 additions and 10 deletions

View File

@@ -524,7 +524,10 @@ else if($_REQUEST['versionId'])
$oTest = new TestData($_REQUEST['iTestingId']);
$iCurrentTest = $oTest->ShowTestResult($oTest->iTestingId,$oVersion->iVersionId);
if($iCurrentTest)
$oTest->ShowVersionsTestingTable($oVersion->iVersionId,$iCurrentTest,$_SERVER['PHP_SELF']."?versionId=".$oVersion->iVersionId."&iTestingId=");
$oTest->ShowVersionsTestingTable($oVersion->iVersionId,
$iCurrentTest,
$_SERVER['PHP_SELF']."?versionId=".$oVersion->iVersionId."&iTestingId=",
5);
echo '<form method=post name=message action=testResults.php?sub=view&iVersionId='.$oVersion->iVersionId.'>';
echo '<input type=submit value="Add Testing Data" class="button" />';
echo '</form>';