* adjust code for task #2810.

This commit is contained in:
chenfeiCF
2016-12-28 13:56:45 +08:00
parent 0873ca1864
commit 149cc28282
+2
View File
@@ -17,6 +17,8 @@
<div class='heading'>
<span class='prefix'><?php echo html::icon($lang->icons['plan']);?> <strong><?php echo $plan->id;?></strong></span>
<strong><?php echo $plan->title;?></strong>
<?php if($product->type !== 'normal') echo "<span title='{$lang->product->branchName[$product->type]}' class='label label-branch label-badge'>" . $branches[$branch] . '</span>';?>
<span class='label label-info label-badge'><?php echo $plan->begin . '~' . $plan->end;?></span>
<?php if($plan->deleted):?>
<span class='label label-danger'><?php echo $lang->plan->deleted;?></span>
<?php endif; ?>