* Remove class btn-default.

* Merge conflicts.
This commit is contained in:
liugang
2018-05-17 13:35:56 +08:00
parent 8c713ac2b3
commit 1266a30bbc
22 changed files with 35 additions and 51 deletions
+1 -1
View File
@@ -70,7 +70,7 @@
<div class='table-footer'>
<div class="checkbox-primary check-all"><label><?php echo $lang->selectAll?></label></div>
<div class='table-actions btn-toolbar'>
<?php echo html::submitButton($lang->testcase->import, '', 'btn btn-default');?>
<?php echo html::submitButton($lang->testcase->import, '', 'btn');?>
</div>
<?php echo html::linkButton($lang->goback, $this->session->caseList);?>
<?php $pager->show('right', 'pagerjs');?>