Example #1
0
 /**
  * {@inheritdoc}
  */
 protected function _prepareLayout()
 {
     parent::_prepareLayout();
     if (!$this->getTemplate()) {
         $this->setTemplate('config/form/field/command.phtml');
     }
     return $this;
 }
Example #2
0
 /**
  * Set template to itself
  *
  * @return Retail\Analytics\Block\Adminhtml\System\Config\Button
  */
 protected function _prepareLayout()
 {
     parent::_prepareLayout();
     if (!$this->getTemplate()) {
         $this->setTemplate('system/config/button.phtml');
     }
     return $this;
 }
 /**
  * Set template to itself
  *
  * @return $this
  */
 protected function _prepareLayout()
 {
     parent::_prepareLayout();
     if (!$this->getTemplate()) {
         $this->setTemplate(static::WIZARD_TEMPLATE);
     }
     return $this;
 }
 /**
  * Set template to itself.
  */
 public function _prepareLayout()
 {
     parent::_prepareLayout();
     if (!$this->getTemplate()) {
         $this->setTemplate('system/config/reportlink.phtml');
     }
     return $this;
 }
 /**
  * @return $this
  */
 public function _prepareLayout()
 {
     parent::_prepareLayout();
     if (!$this->getTemplate()) {
         $this->setTemplate('system/config/createdatafield.phtml');
     }
     return $this;
 }