* Fix bug#22021.
This commit is contained in:
@@ -41,18 +41,6 @@
|
||||
</th>
|
||||
<?php endif;?>
|
||||
<th><?php echo $lang->story->story;?></th>
|
||||
<?php if($this->app->rawModule == 'projectstory'): ?>
|
||||
<th <?php echo $style;?>>
|
||||
<div class="dropdown">
|
||||
<?php echo html::a('javascript:;', "<i class='icon icon-product'></i>". $projectProducts[$productID]->name . '<span class="caret"></span>', '', 'class="dropdown-toggle" data-toggle="dropdown"');?>
|
||||
<ul class="dropdown-menu">
|
||||
<?php foreach($projectProducts as $product): ?>
|
||||
<li><?php echo html::a($this->createLink('projectstory', 'track', "projectID={$this->session->project}&productID=$product->id"), $product->name);?></li>
|
||||
<?php endforeach;?>
|
||||
</ul>
|
||||
</div>
|
||||
</th>
|
||||
<?php endif;?>
|
||||
<th><?php echo $lang->story->tasks;?></th>
|
||||
<?php if($config->edition == 'max'):?>
|
||||
<th><?php echo $lang->story->design;?></th>
|
||||
|
||||
Reference in New Issue
Block a user