diff --git a/app/code/community/TM/Core/Block/Adminhtml/Module/Grid.php b/app/code/community/TM/Core/Block/Adminhtml/Module/Grid.php index 90c0cd8..bb051aa 100644 --- a/app/code/community/TM/Core/Block/Adminhtml/Module/Grid.php +++ b/app/code/community/TM/Core/Block/Adminhtml/Module/Grid.php @@ -46,7 +46,7 @@ protected function _prepareColumns() $this->addColumn('actions', array( 'header' => Mage::helper('tmcore')->__('Actions'), - 'width' => '250px', + 'width' => '160px', 'filter' => false, 'sortable' => false, 'renderer' => 'tmcore/adminhtml_module_grid_renderer_actions' @@ -62,9 +62,6 @@ public function getGridUrl() public function getRowUrl($row) { - if ($row->hasUpgradesDir() || $row->getIdentityKeyLink()) { - return $this->getUrl('*/*/manage', array('id' => $row->getId())); - } return false; } }