* 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
@@ -87,7 +87,7 @@
<?php if($tasks2Imported):?>
<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->project->importTask, '', 'btn btn-default');?></div>
<div class="table-actions btn-toolbar"><?php echo html::submitButton($lang->project->importTask, '', 'btn');?></div>
</div>
<?php endif;?>
</form>