* finish task #1942.

This commit is contained in:
wangyidong
2014-07-18 08:16:56 +00:00
parent 9d29148250
commit 60925388fd
4 changed files with 12 additions and 2 deletions
+5 -1
View File
@@ -131,7 +131,11 @@ js::set('refresh', $lang->refresh);
<tr>
<td></td>
<td colspan='2'>
<?php echo html::submitButton() . html::backButton() . html::hidden('case', $caseID);?>
<?php
echo html::submitButton() . html::backButton();
echo html::hidden('case', $caseID) . html::hidden('caseVersion', $version);
echo html::hidden('result', $runID) . html::hidden('testtask', $testtask);
?>
</td>
</tr>
</table>