This commit is contained in:
zhubaoxin
2017-08-03 09:38:38 +08:00
parent 9015fe0c34
commit a1c10d3a94
+2 -4
View File
@@ -241,10 +241,8 @@
<tr>
<td colspan='7'>
<div class='table-actions clearfix'>
<div class='text'>
<?php if($countLeftBugs and $canBatchUnlink) echo html::selectButton() . html::submitButton($lang->release->batchUnlink);?>
<?php echo sprintf($lang->release->createdBugs, $countLeftBugs);?>
</div>
<?php if($countLeftBugs and $canBatchUnlink) echo html::selectButton() . html::submitButton($lang->release->batchUnlink);?>
<div class='text'><?php echo sprintf($lang->release->createdBugs, $countLeftBugs);?></div>
</div>
</td>
</tr>