/**
  *
  */
 protected function _prepareToRender()
 {
     $this->addColumn('txaction', array('label' => Mage::helper('payone_core')->__('Transactionstatus-Message'), 'style' => 'width:150px'));
     $this->addColumn('state_status', array('label' => Mage::helper('payone_core')->__('Magento-Status'), 'style' => 'width:120px;'));
     $this->_addAfter = false;
     $this->_addButtonLabel = Mage::helper('payone_core')->__('Add Statusmapping');
     parent::_prepareToRender();
 }
 /**
  *
  */
 protected function _prepareToRender()
 {
     $this->addColumn('personstatus', array('label' => Mage::helper('payone_core')->__('Personstatus'), 'style' => 'width:120px'));
     $this->addColumn('score', array('label' => Mage::helper('payone_core')->__('Score'), 'style' => 'width:120px;'));
     $this->_addAfter = false;
     $this->_addButtonLabel = Mage::helper('payone_core')->__('Add Personstatus Mapping');
     parent::_prepareToRender();
 }
 protected function _prepareToRender()
 {
     $this->addColumn('ratepay_shopid', array('label' => Mage::helper('payone_core')->__('Shop-ID'), 'style' => 'width:60px;'));
     $this->addColumn('ratepay_currency', array('label' => Mage::helper('payone_core')->__('Currency'), 'style' => 'width:60px;'));
     $this->_addAfter = false;
     $this->_addButtonLabel = Mage::helper('payone_core')->__('Add Shop-ID');
     parent::_prepareToRender();
 }
 /**
  *
  */
 protected function _prepareToRender()
 {
     $this->addColumn('klarna_store_id', array('label' => Mage::helper('payone_core')->__('Store-ID'), 'style' => 'min-width:120px;'));
     $this->addColumn('countries', array('label' => Mage::helper('payone_core')->__('Countries'), 'style' => 'min-width:120px; min-height: 110px;'));
     $this->_addAfter = false;
     $this->_addButtonLabel = Mage::helper('payone_core')->__('Add Store-ID');
     parent::_prepareToRender();
 }
 /**
  *
  */
 protected function _prepareToRender()
 {
     $this->addColumn('txactions', array('label' => Mage::helper('payone_core')->__('Status'), 'style' => 'width:175px; height:100px;'));
     $this->addColumn('url', array('label' => Mage::helper('payone_core')->__('URL'), 'style' => 'width:250px'));
     $this->addColumn('timeout', array('label' => Mage::helper('payone_core')->__('Timeout'), 'style' => 'width:50px;'));
     $this->_addAfter = false;
     $this->_addButtonLabel = Mage::helper('payone_core')->__('Add');
     parent::_prepareToRender();
 }
 /**
  *
  */
 protected function _prepareToRender()
 {
     $this->addColumn('shipping_method', array('label' => Mage::helper('payone_core')->__('Shipping Method'), 'style' => 'min-width:120px;'));
     $this->addColumn('countries', array('label' => Mage::helper('payone_core')->__('Countries'), 'style' => 'min-width:120px; min-height: 150px;'));
     $this->addColumn('fee_config', array('label' => Mage::helper('payone_core')->__('Fee'), 'style' => 'width:120px;'));
     $this->_addAfter = false;
     $this->_addButtonLabel = Mage::helper('payone_core')->__('Add');
     parent::_prepareToRender();
 }
 /**
  *
  */
 protected function _prepareToRender()
 {
     $this->addColumn('Number_type', array('label' => '', 'style' => ''));
     $this->addColumn('Number_count', array('label' => '', 'style' => ''));
     $this->addColumn('Number_max', array('label' => '', 'style' => ''));
     $this->_addAfter = false;
     $this->_addButtonLabel = Mage::helper('payone_core')->__('Add');
     parent::_prepareToRender();
 }