* Finish task #5149.

This commit is contained in:
Yagami
2018-12-12 17:12:43 +08:00
parent 83465688f8
commit 699e5458d0
5 changed files with 188 additions and 4 deletions
-1
View File
@@ -201,7 +201,6 @@ body{padding-bottom:0px}
<tr>
<td colspan="3" class="text-center form-actions">
<?php echo html::submitButton();?>
<?php echo html::backButton();?>
<?php echo html::hidden('case', (int)$caseID) . html::hidden('caseVersion', (int)$version);?>
<?php echo html::hidden('result', (int)$runID) . html::hidden('testtask', (int)$testtask);?>
</td>