* adjust the style of chosen for product.

This commit is contained in:
wangchunsheng
2012-06-30 05:14:51 +00:00
parent a403b6d0cf
commit 4957fad27c
5 changed files with 10 additions and 12 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ class bugModel extends model
$selectHtml = $this->product->select($products, $productID, 'bug', 'browse');
foreach($this->lang->bug->menu as $key => $menu)
{
$replace = ($key == 'product') ? $selectHtml . $this->lang->arrow : $productID;
$replace = ($key == 'product') ? $selectHtml : $productID;
common::setMenuVars($this->lang->bug->menu, $key, $replace);
}
}