diff --git a/module/product/css/all.css b/module/product/css/all.css index 347cb22388..7e09a76608 100644 --- a/module/product/css/all.css +++ b/module/product/css/all.css @@ -43,7 +43,7 @@ th.c-story {width: 290px;} th.c-bug {width: 200px;} th.c-plan {width: 45px;} th.c-release {width: 50px;} -th.c-actions {width: 60px;} +th.c-actions {width: 50px;} [lang='en'] .en-wrap-text {white-space: normal; height: 24px; line-height: 1; font-size: 12px;} diff --git a/module/product/model.php b/module/product/model.php index 11c790166b..758f61f6ec 100644 --- a/module/product/model.php +++ b/module/product/model.php @@ -2160,7 +2160,6 @@ class productModel extends model $menu .= $this->buildMenu('product', 'edit', $params, $product, $type); if($type == 'view') $menu .= $this->buildMenu('product', 'delete', $params, $product, $type, 'trash', 'hiddenwin'); - if($type == 'browse' && common::hasPriv('product', 'updateOrder')) $menu .= ""; return $menu; } diff --git a/module/product/view/all.html.php b/module/product/view/all.html.php index 6d51918596..8e5990a2b2 100644 --- a/module/product/view/all.html.php +++ b/module/product/view/all.html.php @@ -207,7 +207,7 @@