* Finish task #5335.

This commit is contained in:
chenfei
2019-03-20 17:20:22 +08:00
parent fa5f377d52
commit 1f6c2206c3
12 changed files with 26 additions and 33 deletions
+1 -1
View File
@@ -64,7 +64,7 @@ $formID = $type == 'leftBug' ? 'unlinkedLeftBugsForm' : 'unlinkedBugsForm';
<?php if($unlinkedCount):?>
<div class="checkbox-primary check-all"><label><?php echo $lang->selectAll?></label></div>
<div class="table-actions btn-toolbar">
<?php echo html::submitButton($lang->release->linkBug, '', 'btn');?>
<?php echo html::submitButton($lang->release->linkBug, '', 'btn btn-secondary');?>
</div>
<?php endif;?>
<div class="btn-toolbar">