* Finish task #7361.
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
<div class='panel-body scrollbar-hover'>
|
||||
<?php foreach ($lang->block->flowchart as $rowIndex => $flow):?>
|
||||
<?php if($this->config->global->flow == 'onlyStory' and in_array($rowIndex, ['project', 'dev', 'tester'])) continue; ?>
|
||||
<?php if($this->config->global->flow == 'onlyTask' and in_array($rowIndex, ['product', 'dev', 'tester'])) continue; ?>
|
||||
<?php if($this->config->global->flow == 'onlyTest' and in_array($rowIndex, ['project', 'product'])) continue; ?>
|
||||
<?php $idx = 0; ?>
|
||||
<div class='row row-<?php echo $rowIndex?>'>
|
||||
<?php foreach ($flow as $flowItem):?>
|
||||
@@ -44,4 +47,4 @@
|
||||
.block-sm .flow-item > div:before, .block-sm .flow-item > div:after {border-width: 15px 0 15px 6px;}
|
||||
.block-sm .row-3 .flow-item-1, .block-sm .row-3 .flow-item-3 {width: 25%}
|
||||
.block-sm .flow-item > div:after {right: -6px;}
|
||||
</style>
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user