Beispiel #1
0
 /**
  * Set template to itself
  *
  * @return Mage_Adminhtml_Block_Customer_System_Config_Validatevat
  */
 protected function _prepareLayout()
 {
     parent::_prepareLayout();
     if (!$this->getTemplate()) {
         $this->setTemplate('customer/system/config/validatevat.phtml');
     }
     return $this;
 }
Beispiel #2
0
 /**
  * Set template to itself
  */
 protected function _prepareLayout()
 {
     parent::_prepareLayout();
     if (!$this->getTemplate()) {
         $this->setTemplate('system/config/api_wizard.phtml');
     }
     return $this;
 }