* adjust code for task #2810.
This commit is contained in:
@@ -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; ?>
|
||||
|
||||
Reference in New Issue
Block a user