* Adjust space between btn.

This commit is contained in:
daitingting
2018-05-23 13:04:56 +08:00
parent f918a52876
commit 03d5875a19
7 changed files with 12 additions and 7 deletions
+1 -1
View File
@@ -161,7 +161,7 @@
</tbody>
<tfoot>
<tr>
<td colspan='<?php echo count($visibleFields) + 3?>' class='text-center'>
<td colspan='<?php echo count($visibleFields) + 3?>' class='text-center form-actions'>
<?php echo html::submitButton('', '', 'btn btn-wide btn-primary');?>
<?php echo html::backButton('', '', 'btn btn-wide');?>
</td>