* fix style for selectButton.

This commit is contained in:
wangyidong
2016-03-09 17:35:26 +08:00
parent 7da16e22ca
commit 4569039d98
4 changed files with 10 additions and 7 deletions
+1 -4
View File
@@ -41,10 +41,7 @@
<tfoot>
<tr>
<td colspan='5'>
<?php
echo html::selectButton();
echo html::submitButton();
?>
<div class='table-actions clearfix'><?php echo html::selectButton() . html::submitButton();?></div>
</td>
</tr>
</tfoot>