* Adjust the submit button style.

This commit is contained in:
hufangzhou
2021-02-18 09:30:16 +08:00
parent fa4c4c31c1
commit bf3874c53e
+1 -1
View File
@@ -76,7 +76,7 @@
<div class='table-footer'>
<div class="checkbox-primary check-all"><label><?php echo $lang->selectAll?></label></div>
<div class='table-actions btn-toolbar show-always'>
<?php echo html::submitButton('', '', 'btn btn-secondary');?>
<?php echo html::submitButton('', '', 'btn');?>
</div>
<div class="table-statistic"></div>
<?php $pager->show('right', 'pagerjs');?>