/**
  *
  */
 public function __construct()
 {
     $this->_blockGroup = 'payone_core';
     $this->_controller = 'adminhtml_protocol_transactionStatus';
     $this->_headerText = Mage::helper('payone_core')->__('Protocol - TransactionStatus');
     parent::__construct();
     $this->removeButton('add');
 }
Ejemplo n.º 2
0
 /**
  *
  */
 public function __construct()
 {
     $this->_blockGroup = 'payone_core';
     $this->_controller = 'adminhtml_sales_order';
     $this->_headerText = Mage::helper('payone_core')->__('Orders');
     parent::__construct();
     $this->removeButton('add');
 }