* Adjust space between btn.

This commit is contained in:
daitingting
2018-05-25 10:03:58 +08:00
parent 92e63812b1
commit 3ece122648
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -40,7 +40,7 @@
<td><?php echo html::select('groups[]', $groups, '', "multiple='multiple' class='form-control'");?></td>
</tr>
<tr>
<td class='text-center' colspan='3'>
<td class='text-center form-actions' colspan='3'>
<?php echo html::submitButton('', "onclick='setNoChecked()'", 'btn btn-wide btn-primary');?>
<?php echo html::backButton('', '', 'btn btn-wide');?>
<?php echo html::hidden('foo'); // Just make $_POST not empty..?>