* adjust colspan for view file of importfromlib method.

This commit is contained in:
chenfeiCF
2017-03-21 15:12:19 +08:00
parent 48432b3e41
commit 323308d105
+1 -1
View File
@@ -54,7 +54,7 @@
<?php endforeach;?>
<tfoot>
<tr>
<td colspan='<?php echo empty($branches) ? 5 : 6?>'>
<td colspan='<?php echo empty($branches) ? 6 : 7?>'>
<div class='table-actions clearfix'>
<?php echo html::selectButton();?>
<?php echo html::submitButton($lang->testcase->import);?>