* Refact batch create page of testcase.

This commit is contained in:
liugang
2018-05-02 18:06:14 +08:00
parent 14a2b001ab
commit 43f290fac4
7 changed files with 106 additions and 81 deletions
+4 -1
View File
@@ -48,7 +48,10 @@
</tr>
<tr>
<th></th>
<td colspan='2'><?php echo html::submitButton();?></td>
<td colspan='2'>
<?php echo html::submitButton('', '', 'btn btn-wide btn-primary');?>
<?php echo html::backButton('', '', 'btn btn-wide');?>
</td>
</tr>
</table>
</form>