* Finish task #36892.

This commit is contained in:
Yagami
2021-03-23 10:12:33 +08:00
parent dc920be091
commit 822a06ae56
8 changed files with 9 additions and 9 deletions
+2 -1
View File
@@ -38,7 +38,8 @@ class qaModel extends model
$productIndex .= $selectHtml;
}
if($this->app->rawModule != 'qa') $this->lang->switcherMenu = $this->product->getSwitcher($productID, $extra, $branch);
$this->lang->switcherMenu = "<div class='btn-group header-btn'>" . html::a(helper::createLink('qa', 'index'), "<i class='icon icon-test'></i> {$this->lang->qa->common}", '', "class='btn'") . '</div>';
if(!in_array($this->app->rawModule, $this->config->qa->noDropMenuModule)) $this->lang->switcherMenu .= $this->product->getSwitcher($productID, $extra, $branch);
common::setMenuVars('qa', $productID);
}