* Fix bug#16188.

This commit is contained in:
xieqiyu
2021-11-14 10:47:12 +08:00
parent 77b697c991
commit cce14cef80
9 changed files with 18 additions and 20 deletions
+1 -1
View File
@@ -18,7 +18,7 @@
<div class="main-header">
<h2>
<?php echo $lang->testcase->batchCreate;?>
<?php if($this->session->currentProductType !== 'normal') echo '<span class="label label-info">' . $branches[$branch] . '</span>';?>
<?php if($this->session->currentProductType !== 'normal' and $branch !== 'all') echo '<span class="label label-info">' . $branches[$branch] . '</span>';?>
<?php if($story):?>
<small class='text' title='<?php echo $story->title ?>'><?php echo $lang->arrow . $story->title ?></small>
<?php endif;?>